Skip to content

Commit

Permalink
Add emphasis in comments, from the original document.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Nov 4, 2019
1 parent bdd5055 commit 9766882
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions phases/ephemeral/witx/wasi_ephemeral_preview.witx
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@
;; than specified, if and only if those rights do not apply to the type of
;; file being opened.
;;
;; The base rights are rights that will apply to operations using the file
;; descriptor itself, while the inheriting rights are rights that apply to
;; The *base* rights are rights that will apply to operations using the file
;; descriptor itself, while the *inheriting* rights are rights that apply to
;; file descriptors derived from it.
(param $fs_rights_base $rights_t)
(param $fs_rights_inherting $rights_t)
Expand Down
4 changes: 2 additions & 2 deletions phases/old/witx/wasi_unstable.witx
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@
;; than specified, if and only if those rights do not apply to the type of
;; file being opened.
;;
;; The base rights are rights that will apply to operations using the file
;; descriptor itself, while the inheriting rights are rights that apply to
;; The *base* rights are rights that will apply to operations using the file
;; descriptor itself, while the *inheriting* rights are rights that apply to
;; file descriptors derived from it.
(param $fs_rights_base $rights_t)
(param $fs_rights_inherting $rights_t)
Expand Down
4 changes: 2 additions & 2 deletions phases/unstable/witx/wasi_unstable_preview0.witx
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,8 @@
;; than specified, if and only if those rights do not apply to the type of
;; file being opened.
;;
;; The base rights are rights that will apply to operations using the file
;; descriptor itself, while the inheriting rights are rights that apply to
;; The *base* rights are rights that will apply to operations using the file
;; descriptor itself, while the *inheriting* rights are rights that apply to
;; file descriptors derived from it.
(param $fs_rights_base $rights_t)
(param $fs_rights_inherting $rights_t)
Expand Down

0 comments on commit 9766882

Please sign in to comment.