From e5d24f075651cc7ca67ffc311f0dca35c5709346 Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Fri, 9 Sep 2022 19:40:48 +0300 Subject: [PATCH] [#266] nns: Fix typo in the method description Signed-off-by: Anna Shaleva --- nns/nns_contract.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nns/nns_contract.go b/nns/nns_contract.go index add8f6b8..e34148f8 100644 --- a/nns/nns_contract.go +++ b/nns/nns_contract.go @@ -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{}