diff options
author | Zandra Hird <[email protected]> | 2015-03-16 10:24:29 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-03-16 10:24:29 +0100 |
commit | 0b467d9ef8171f21938cdd7664567693df33d35c (patch) | |
tree | c617fa203a423d1b47c6851484d74a9cb2c579bc /erts | |
parent | d311a090908521f1a9b131c1bd12582d3ef2aaf3 (diff) | |
parent | c1d5655e1f8a5849c01bcd35d3fbacc1d5c88776 (diff) | |
download | otp-0b467d9ef8171f21938cdd7664567693df33d35c.tar.gz otp-0b467d9ef8171f21938cdd7664567693df33d35c.tar.bz2 otp-0b467d9ef8171f21938cdd7664567693df33d35c.zip |
Merge branch 'maint'
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 07b5fdd039..6daa4b68a8 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -1357,7 +1357,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> |