Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
256dpi committed Dec 20, 2023
1 parent d663d12 commit e35db16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zone.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func (z *Zone) Lookup(name string, needle ...Type) ([]Set, bool, error) {
}
}

// return if there are not matches, but indicate that there are sets
// return if there are no matches, but indicate that there are sets
// available for other types
if len(result) == 0 {
return nil, true, nil
Expand Down

0 comments on commit e35db16

Please sign in to comment.