From fe6ea2f02b80596f99e83517ea1f7078ff58c127 Mon Sep 17 00:00:00 2001
From: Aidan Hobson Sayers
Date: Wed, 14 Dec 2011 02:36:17 +0000
Subject: Put gb_trees documentation into alphabetical order
---
lib/stdlib/doc/src/gb_trees.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
(limited to 'lib/stdlib/doc/src')
diff --git a/lib/stdlib/doc/src/gb_trees.xml b/lib/stdlib/doc/src/gb_trees.xml
index 65c866efbe..9316d60b1a 100644
--- a/lib/stdlib/doc/src/gb_trees.xml
+++ b/lib/stdlib/doc/src/gb_trees.xml
@@ -131,15 +131,6 @@
otherwise.
-
-
- Look up a key in a tree
-
- Looks up Key in Tree; returns
- {value, Val}, or none if Key is not
- present.
-
-
Insert a new key and value in a tree
@@ -195,6 +186,15 @@
with this key. Assumes that the tree is nonempty.
+
+
+ Look up a key in a tree
+
+ Looks up Key in Tree; returns
+ {value, Val}, or none if Key is not
+ present.
+
+
Return largest key and value
--
cgit v1.2.3