Skip to content

Commit

Permalink
Fix a format error in phases module (WebAssembly#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonwanghui authored and sunfishcode committed Sep 19, 2019
1 parent 7e38d7d commit 34a8df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
that:
- Move any superseded files out of `unstable` into `old`.
- Optionally add polyfills for superseded APIs using `unstable` APIs.
- Move all files supporting the APIs out of `ephemeral into `unstable`.
- Move all files supporting the APIs out of `ephemeral` into `unstable`.
- Rename the API modules from `wasi_ephemeral_` to `wasi_unstable_`
and append a version number.

Expand Down

0 comments on commit 34a8df6

Please sign in to comment.