diff --git a/future.go b/future.go index b80f9090f..177ef8341 100644 --- a/future.go +++ b/future.go @@ -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