mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-12-23 13:41:37 +00:00
util: fixed typo in method description
This commit is contained in:
parent
7acf5b2841
commit
c3e08afe34
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ func (u Uint160) Reverse() (r Uint160) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// Equals returns true if both Uint256 values are the same.
|
// Equals returns true if both Uint160 values are the same.
|
||||||
func (u Uint160) Equals(other Uint160) bool {
|
func (u Uint160) Equals(other Uint160) bool {
|
||||||
return u == other
|
return u == other
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue