diff options
author | Sasan Hezarkhani <[email protected]> | 2017-03-20 21:43:52 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-20 21:43:52 +0000 |
commit | 37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8 (patch) | |
tree | 671e78dbe0c097340394f4c5d82db0dbd6738d22 /lib/stdlib/doc/src | |
parent | a85efc31824b4d59f4ed1eefcd19e9d7c6ef021f (diff) | |
download | otp-37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8.tar.gz otp-37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8.tar.bz2 otp-37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8.zip |
Minor document fix for proplists
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/proplists.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/proplists.xml b/lib/stdlib/doc/src/proplists.xml index fe6b8cc3bf..990d47b313 100644 --- a/lib/stdlib/doc/src/proplists.xml +++ b/lib/stdlib/doc/src/proplists.xml @@ -344,7 +344,7 @@ split([{c, 2}, {e, 1}, a, {c, 3, 4}, d, {b, 5}, b], [a, b, c])</code> with <c>{K2, true}</c>, thus changing the name of the option and simultaneously negating the value specified by <seealso marker="#get_bool/2"> - <c>get_bool(Key, <anno>ListIn</anno></c></seealso>. + <c>get_bool(Key, <anno>ListIn</anno>)</c></seealso>. If the same <c>K1</c> occurs more than once in <c><anno>Negations</anno></c>, only the first occurrence is used.</p> <p>For example, <c>substitute_negations([{no_foo, foo}], L)</c> |