diff options
author | Hans Bolinder <[email protected]> | 2017-04-25 11:31:47 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-04-25 11:31:47 +0200 |
commit | 8ca868848600702696828d729387343d73311a50 (patch) | |
tree | f5f8a6a2dbb110f5b70b2293aa228aff2c2b6b45 /lib | |
parent | 6b57999ee020e5b1ebd8781ad7008b14cdd49688 (diff) | |
parent | 22e7443d9df041185944a7d49b30459ba4609849 (diff) | |
download | otp-8ca868848600702696828d729387343d73311a50.tar.gz otp-8ca868848600702696828d729387343d73311a50.tar.bz2 otp-8ca868848600702696828d729387343d73311a50.zip |
Merge branch 'maint'
* maint:
stdlib: Fix documentation on sets’ representation
Diffstat (limited to 'lib')
-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> |