diff options
author | Björn Gustavsson <[email protected]> | 2010-02-05 08:33:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-02-05 08:33:57 +0000 |
commit | e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6 (patch) | |
tree | 86c77b2a0522002c3292d737839080e8347d47dc /lib/stdlib/doc/src/gb_trees.xml | |
parent | f2846970e7fcb3df4c51b6450fe72c145d5e5b2f (diff) | |
download | otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.gz otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.tar.bz2 otp-e5d4b0bddc75eda1ad3445d7164171c0a6e8bbf6.zip |
OTP-8404: Doc: some corrections and improvements in STDLIB
Diffstat (limited to 'lib/stdlib/doc/src/gb_trees.xml')
-rw-r--r-- | lib/stdlib/doc/src/gb_trees.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/stdlib/doc/src/gb_trees.xml b/lib/stdlib/doc/src/gb_trees.xml index 2bf18138c0..94f40c28bd 100644 --- a/lib/stdlib/doc/src/gb_trees.xml +++ b/lib/stdlib/doc/src/gb_trees.xml @@ -4,7 +4,7 @@ <erlref> <header> <copyright> - <year>2001</year><year>2009</year> + <year>2001</year><year>2010</year> <holder>Ericsson AB. All Rights Reserved.</holder> </copyright> <legalnotice> @@ -13,12 +13,12 @@ compliance with the License. You should have received a copy of the Erlang Public License along with this software. If not, it can be retrieved online at http://www.erlang.org/. - + Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. - + </legalnotice> <title>gb_trees</title> @@ -34,6 +34,8 @@ Balanced Trees. These have no storage overhead compared to unbalanced binary trees, and their performance is in general better than AVL trees.</p> + <p>This module considers two keys as different if and only if + they do not compare equal (<c>==</c>).</p> </description> <section> |