diff options
author | Krzysztof Jurewicz <[email protected]> | 2017-04-24 14:46:49 +0200 |
---|---|---|
committer | Krzysztof Jurewicz <[email protected]> | 2017-04-24 14:46:49 +0200 |
commit | 3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08 (patch) | |
tree | 4eafa0c17db93722cece83de3f324340f4d1f5a3 /lib/stdlib | |
parent | e91a9ccc0f95edee164139fa9b6ce2db0cb154b6 (diff) | |
download | otp-3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08.tar.gz otp-3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08.tar.bz2 otp-3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08.zip |
stdlib: Fix documentation on sets’ representation
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/sets.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/sets.xml b/lib/stdlib/doc/src/sets.xml index 44dc104645..4dc5d68151 100644 --- a/lib/stdlib/doc/src/sets.xml +++ b/lib/stdlib/doc/src/sets.xml @@ -40,7 +40,7 @@ <p>This module provides the same interface as the <seealso marker="ordsets"><c>ordsets(3)</c></seealso> module - but with a defined representation. One difference is + but with an undefined representation. One difference is that while this module considers two elements as different if they do not match (<c>=:=</c>), <c>ordsets</c> considers two elements as different if and only if they do not compare equal (<c>==</c>).</p> |