Skip to content

Commit

Permalink
Fix exponentiation syntax in a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Sep 12, 2019
1 parent bb85b8f commit df6bafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/wasi_unstable/wasi_unstable.wati
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@
;; file descriptor not currently open; it is randomized to prevent
;; applications from depending on making assumptions about indexes, since this
;; is error-prone in multi-threaded contexts. The returned file descriptor is
;; guaranteed to be less than 231.
;; guaranteed to be less than 2**31.
;;
;; Note: This is similar to `openat` in POSIX.
(func (export "path_open")
Expand Down

0 comments on commit df6bafd

Please sign in to comment.