util: fixed typo in method description

This commit is contained in:
Anna Shaleva 2020-05-19 17:41:44 +03:00
parent 7acf5b2841
commit c3e08afe34

View file

@ -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
}