Skip to content

Commit cf35a6a

Browse files
Update design/mvp/Explainer.md
Co-authored-by: Luke Wagner <mail@lukewagner.name>
1 parent 46c4efe commit cf35a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Explainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ stored values:
15911591
* If `context.get i32 i` is called after `context.set i64 i v`,
15921592
only the low 32-bits are read (returning `i32.wrap_i64 v`).
15931593
* If `context.get i64 i` is called after `context.set i32 i v`,
1594-
only the upper 32-bits will be zeroed (returning `i64.extend_i32_u v`).
1594+
the upper 32-bits will be zero (returning `i64.extend_i32_u v`).
15951595

15961596
For details, see [Thread-Local Storage] in the concurrency explainer and
15971597
[`canon_context_set`] in the Canonical ABI explainer.

0 commit comments

Comments
 (0)