Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrankel committed Mar 8, 2024
1 parent 19dc0fa commit f916899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/api/operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ An `Operation` has the following fields:

- `done` is a boolean field indicating whether the operation has completed. If
the value is `false`, it means the operation is still in progress. If `true`,
the operation is completed, and either `error` or `response` is available.
the operation is completed, and exactly one of `error` or `response` is
populated.

- Two mutually exclusive fields containing the result of an operation:

Expand Down

0 comments on commit f916899

Please sign in to comment.