Skip to content

Commit 433983d

Browse files
committed
Fix out of date word
1 parent a565206 commit 433983d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,7 @@ of core module instances contained by a component instance, allowing the
28722872
Component Model to establish invariants that increase optimizability and
28732873
composability in ways not otherwise possible in the shared-everything setting
28742874
of Core WebAssembly. The Component Model proposes establishing the following
2875-
three runtime invariants:
2875+
two runtime invariants:
28762876
1. Components define a "lockdown" state that prevents continued execution
28772877
after a trap. This both prevents continued execution with corrupt state and
28782878
also allows more-aggressive compiler optimizations (e.g., store reordering).

0 commit comments

Comments
 (0)