mirror of
https://github.com/golang/go
synced 2024-11-22 04:04:40 -07:00
math/big: fix typo
Fixes #4678. TBR=gri CC=golang-dev https://golang.org/cl/7135059
This commit is contained in:
parent
bb192d1399
commit
92b2643c92
@ -526,7 +526,7 @@ func (x *Int) Int64() int64 {
|
||||
return v
|
||||
}
|
||||
|
||||
// Uint64 returns the int64 representation of x.
|
||||
// Uint64 returns the uint64 representation of x.
|
||||
// If x cannot be represented in an uint64, the result is undefined.
|
||||
func (x *Int) Uint64() uint64 {
|
||||
if len(x.abs) == 0 {
|
||||
|
Loading…
Reference in New Issue
Block a user