diff options
author | Björn Gustavsson <[email protected]> | 2017-03-22 14:39:19 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2017-03-22 14:39:19 +0100 |
commit | f3e86bb18b9b60504e756e3018f8777fdd0d8bc5 (patch) | |
tree | eb8bd4f5eb24ccc33403a854182982ccaa03c9a6 /lib | |
parent | 48964b13038dee45db5121e31af9c460ced65745 (diff) | |
parent | 37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8 (diff) | |
download | otp-f3e86bb18b9b60504e756e3018f8777fdd0d8bc5.tar.gz otp-f3e86bb18b9b60504e756e3018f8777fdd0d8bc5.tar.bz2 otp-f3e86bb18b9b60504e756e3018f8777fdd0d8bc5.zip |
Merge pull request #1383 from shezarkhani/patch-1
Minor document fix for proplists
Diffstat (limited to 'lib')
-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> |