Skip to content

Commit

Permalink
Merge pull request #8 from joe2far/patch-1
Browse files Browse the repository at this point in the history
Fixed typo in docstring
  • Loading branch information
gconnell authored Sep 23, 2016
2 parents 7b8aed7 + f3179a5 commit cbf3301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btree.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// See some discussion on the matter here:
// http://google-opensource.blogspot.com/2013/01/c-containers-that-save-memory-and-time.html
// Note, though, that this project is in no way related to the C++ B-Tree
// implmentation written about there.
// implementation written about there.
//
// Within this tree, each node contains a slice of items and a (possibly nil)
// slice of children. For basic numeric values or raw structs, this can cause
Expand Down

0 comments on commit cbf3301

Please sign in to comment.