summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-06 15:23:23 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-06 15:23:23 +0100
commitfa58a97e58aeba1ce40a7bb701df25ce8ee084ac (patch)
tree9db66ef5f79c41186fb246ec74d668c34ff42699 /doc
parent1685376963e33353342eeb697aa68c5b17f6f06d (diff)
downloadlarch-fa58a97e58aeba1ce40a7bb701df25ce8ee084ac.tar.gz
Documentation of BTree class.
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index fd39563..e8799aa 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -29,7 +29,7 @@ only possible within a forest. Thus, also, only trees in the same
forest can share nodes. All **keys** in a all trees in a forest
must be string of the same size. **Values** are strings and
are stored in **nodes**, and
-can be of any size, almost up to the size of a node.
+can be of any size, almost up to half the size of a node.
When creating a forest, you must specify the sizes of keys and
nodes, and the directory in which everything gets stored::