From 6840e4f3dcf9cf82c6ed891e642b4c1cb1d29ee9 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Thu, 15 May 2014 14:21:17 -0600 Subject: Change verbiage, fix node test. --- db.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db.go') diff --git a/db.go b/db.go index 5488334..c768ce3 100644 --- a/db.go +++ b/db.go @@ -63,9 +63,9 @@ type DB struct { // debugging purposes. StrictMode bool - // Sets the threshold for filling pages when they split. By default, + // Sets the threshold for filling nodes when they split. By default, // the database will fill to 50% but it can be useful to increase this - // amount if you know that your write workloads are typically append-only. + // amount if you know that your write workloads are mostly append-only. FillPercent float64 path string -- cgit v1.2.3