Update examples_test.go

Spelling fix.
This commit is contained in:
Bjørn Erik Pedersen
2016-07-06 19:28:52 +02:00
committed by GitHub
parent d850c5a311
commit af178f3063

View File

@@ -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")
fmt.Println("Note buckets in 2016:", len(nodes))