Skip to content

Commit

Permalink
Say "or greater" instead of "at least".
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Feb 27, 2020
1 parent 1fab232 commit 7f4e275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phases/ephemeral/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ Terminate the process normally. An exit code of `$exitcode::success`
reports successful completion of the program. An exit code of
`$exitcode::failure` or any other value less than 126 reports a
failure, and the value is provided to the environment. If a value
of at least 126 is given, this function behaves as if it were
of 126 or greater is given, this function behaves as if it were
implemented by an `unreachable` instruction.

##### Params
Expand Down
2 changes: 1 addition & 1 deletion phases/ephemeral/witx/wasi_ephemeral_proc.witx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
;;; reports successful completion of the program. An exit code of
;;; `$exitcode::failure` or any other value less than 126 reports a
;;; failure, and the value is provided to the environment. If a value
;;; of at least 126 is given, this function behaves as if it were
;;; of 126 or greater is given, this function behaves as if it were
;;; implemented by an `unreachable` instruction.
(@interface func (export "exit")
;;; The exit code returned by the process.
Expand Down

0 comments on commit 7f4e275

Please sign in to comment.