diff options
author | Zandra Hird <[email protected]> | 2015-03-16 10:24:12 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-03-16 10:24:12 +0100 |
commit | c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776 (patch) | |
tree | 75fce14529666cadac9ae448be25a50689f0d82c /erts | |
parent | c7df506f66f605948b5b45a305d68cfc430916d6 (diff) | |
parent | cdf87da805533282e5efb214a4dd9fc6e3049266 (diff) | |
download | otp-c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776.tar.gz otp-c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776.tar.bz2 otp-c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776.zip |
Merge branch 'nlmills/docfix' into maint
* nlmills/docfix:
Correct typo in erlang(3) documentation
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index cba2c07959..0e5909a52d 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1356,7 +1356,7 @@ true <name name="get" arity="1"/> <fsummary>Return a value from the process dictionary</fsummary> <desc> - <p>Returns the value <c><anno>Val</anno></c>associated with <c><anno>Key</anno></c> in + <p>Returns the value <c><anno>Val</anno></c> associated with <c><anno>Key</anno></c> in the process dictionary, or <c>undefined</c> if <c><anno>Key</anno></c> does not exist.</p> <pre> |