Skip to content

Commit

Permalink
Merge pull request hashicorp#209 from rqlite/minor_comment_grammar
Browse files Browse the repository at this point in the history
Fix minor grammatical error in comment
  • Loading branch information
slackpad authored May 8, 2017
2 parents 5f09c4f + 654f1c3 commit 27f25bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion future.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Future interface {
Error() error
}

// ApplyFuture is used for Apply() and can returns the FSM response.
// ApplyFuture is used for Apply() and may return the FSM response.
type ApplyFuture interface {
Future

Expand Down

0 comments on commit 27f25bc

Please sign in to comment.