mirror of
https://github.com/asdine/storm.git
synced 2025-11-03 11:01:51 +08:00
Update examples_test.go
Spelling fix.
This commit is contained in:
committed by
GitHub
parent
d850c5a311
commit
af178f3063
@@ -419,7 +419,7 @@ func ExampleNode_PrefixScan() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// There are now three years worth of notes. Let's look at 20016:
|
// There are now three years worth of notes. Let's look at 2016:
|
||||||
nodes := notes.PrefixScan("2016")
|
nodes := notes.PrefixScan("2016")
|
||||||
|
|
||||||
fmt.Println("Note buckets in 2016:", len(nodes))
|
fmt.Println("Note buckets in 2016:", len(nodes))
|
||||||
|
|||||||
Reference in New Issue
Block a user