Skip to content

Commit

Permalink
Minor grammar fix in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenhack committed Aug 8, 2019
1 parent 8d7f846 commit 728a71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configList.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (cl *ConfigList) toC() *C.notmuch_config_list_t {
}

// Next retrieves the nex config pair from the ConfigList.
// Neither key, nor value must be nil, or this function will panic.
// Neither key, nor value may be nil, or this function will panic.
// Next returns true if a pair was successfully retrieved.
func (cl *ConfigList) Next(key, value *string) bool {
if !cl.valid() {
Expand Down

0 comments on commit 728a71e

Please sign in to comment.