Skip to content

Commit 6f0b451

Browse files
Fix spelling error in design/mvp/Async.md
Co-authored-by: Dan Gohman <dev@sunfishcode.online>
1 parent e030ac7 commit 6f0b451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ over and can literally be implemented in terms of:
5959
* green threads as-if running on a single OS thread in languages like Go and
6060
(recently) Java
6161

62-
The Component Model supports this wide vareity of language features by
62+
The Component Model supports this wide variety of language features by
6363
specifying a common low-level "async" ABI which the different languages'
6464
compilers and runtimes can bind their different language-level concurrency
6565
features to. This is similar to how a native OS exposes APIs for concurrency

0 commit comments

Comments
 (0)