From 7d6a36e4f52c3965b8e8732061e1b9642e2bb276 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 15 Jan 2020 17:44:30 -0800 Subject: [PATCH] Remove a redundant "always". --- docs/DesignPrinciples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DesignPrinciples.md b/docs/DesignPrinciples.md index bfd577d8..294940e9 100644 --- a/docs/DesignPrinciples.md +++ b/docs/DesignPrinciples.md @@ -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.