Commit 9f8b6831 authored by Geoff Simmons's avatar Geoff Simmons

Minor doc fix.

parent e6b0cea3
......@@ -112,7 +112,7 @@ func (status Status) Reason() string {
}
// IsError returns true iff the Status has one of the error types:
// Fatal, Recoverable or Incomplete.
// Fatal or Recoverable.
func (status Status) IsError() bool {
switch status.Type {
case Noop:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment