]> Cypherpunks repositories - gostls13.git/commit
math/bits: fix example for OnesCount64
authorFrancesc Campoy Flores <campoy@golang.org>
Sat, 5 Aug 2017 00:03:33 +0000 (17:03 -0700)
committerFrancesc Campoy Flores <campoy@golang.org>
Sat, 5 Aug 2017 00:20:37 +0000 (00:20 +0000)
commit3e3da5463302ff6f73a78e60fa7027d554095520
tree19afcc388dce955ce5bb5e0abe36e42ced519c52
parent9b1e7cf2ac90d2c4637cae480957e0f0152c3622
math/bits: fix example for OnesCount64

Erroneously called OnesCount instead of OnesCount64

Change-Id: Ie877e43f213253e45d31f64931c4a15915849586
Reviewed-on: https://go-review.googlesource.com/53410
Reviewed-by: Chris Broadfoot <cbro@golang.org>
src/math/bits/example_test.go