Merge pull request #211 from 38elements/fix-typo

Fix typo
This commit is contained in:
Martin Angers
2017-09-29 06:56:09 -04:00
committed by GitHub
+1 -1
View File
@@ -231,6 +231,6 @@ func BenchmarkEnd(b *testing.B) {
}
}
if n != 373 {
b.Fatalf("wnat 373, got %d", n)
b.Fatalf("want 373, got %d", n)
}
}