diff options
author | Hans Bolinder <[email protected]> | 2017-04-25 08:29:42 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-25 08:29:42 +0200 |
commit | 22e7443d9df041185944a7d49b30459ba4609849 (patch) | |
tree | 4eafa0c17db93722cece83de3f324340f4d1f5a3 | |
parent | e91a9ccc0f95edee164139fa9b6ce2db0cb154b6 (diff) | |
parent | 3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08 (diff) | |
download | otp-22e7443d9df041185944a7d49b30459ba4609849.tar.gz otp-22e7443d9df041185944a7d49b30459ba4609849.tar.bz2 otp-22e7443d9df041185944a7d49b30459ba4609849.zip |
Merge pull request #1423 from KrzysiekJ/sets-doc-fix
stdlib: Fix documentation on sets’ representation
-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> |