Skip to content

Commit

Permalink
Remove a redundant "always".
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 16, 2020
1 parent 96552f7 commit 7d6a36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DesignPrinciples.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ mapping.

We recognize that this approach has tradeoffs. It often does take more
work to design and implement the compatibility layers needed to support
existing applications than if we just always made WASI always expose
existing applications than if we just made WASI always expose
POSIX-style APIs directly. And, even when we do have compatibility
mechanisms, they aren't always the most locally optimal ones. The
compatibility layer overhead is usually quite modest, but it is present.
Expand Down

0 comments on commit 7d6a36e

Please sign in to comment.