Skip to content

Commit

Permalink
[nspcc-dev#266] nns: fix typo in the method description
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaShaleva committed Sep 12, 2022
1 parent 1ca721f commit 57e5749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nns/nns_contract.go
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ func DeleteRecords(name string, typ RecordType) {
updateSoaSerial(ctx, tokenID)
}

// Resolve resolves given name (not more then three redirects are allowed).
// Resolve resolves given name (not more than three redirects are allowed).
func Resolve(name string, typ RecordType) []string {
ctx := storage.GetReadOnlyContext()
res := []string{}
Expand Down

0 comments on commit 57e5749

Please sign in to comment.