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
|
||||
}
|
||||
|
||||
// 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 {
|
||||
return u == other
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue