]> Cypherpunks.ru repositories - gostls13.git/commit
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)
authortkawakita <tommycsth61@gmail.com>
Tue, 29 Jun 2021 15:46:05 +0000 (00:46 +0900)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Jun 2021 16:57:13 +0000 (16:57 +0000)
commit3463852b7631adbdd65646539fc87d967dcd13e6
tree73db3f4c6f03720dd8076863e39d18d87eb322ff
parentfd4b587da3f9a2bde193a5b9fd2ba96667e08f2d
math/big: fix typo of comment (`BytesScanner` to `ByteScanner`)

Change-Id: I0c2d26d6ede1452008992efbea7392162da65014
Reviewed-on: https://go-review.googlesource.com/c/go/+/331651
Reviewed-by: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/math/big/int.go