diff options
Diffstat (limited to 'rwtransaction.go')
-rw-r--r-- | rwtransaction.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rwtransaction.go b/rwtransaction.go index c57ebdb..2c76dbd 100644 --- a/rwtransaction.go +++ b/rwtransaction.go @@ -9,7 +9,7 @@ import ( type RWTransaction struct { Transaction branches map[pgid]*branch - leafs map[pgid]*leaf + leafs map[pgid]*leaf } // CreateBucket creates a new bucket. |