diff options
author | Nick Mills <[email protected]> | 2015-03-07 16:32:32 -0500 |
---|---|---|
committer | Nick Mills <[email protected]> | 2015-03-07 16:32:32 -0500 |
commit | cdf87da805533282e5efb214a4dd9fc6e3049266 (patch) | |
tree | 1de6d615f244f6998afce121f2531b639289cc3c /erts | |
parent | 801b09af301a872170e44c215e274425c46f8d24 (diff) | |
download | otp-cdf87da805533282e5efb214a4dd9fc6e3049266.tar.gz otp-cdf87da805533282e5efb214a4dd9fc6e3049266.tar.bz2 otp-cdf87da805533282e5efb214a4dd9fc6e3049266.zip |
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> |