Skip to content

Commit 6e96444

Browse files
committed
refer to stringchar, not char
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent e99106e commit 6e96444

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
@@ -2096,7 +2096,7 @@ and will be added over the coming months to complete the MVP proposal:
20962096

20972097
[`core:i64`]: https://webassembly.github.io/spec/core/text/values.html#text-int
20982098
[`core:f64`]: https://webassembly.github.io/spec/core/syntax/values.html#floating-point
2099-
[`core:char`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name
2099+
[`core:stringchar`]: https://webassembly.github.io/spec/core/text/values.html#text-string
21002100
[`core:name`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name
21012101
[`core:module`]: https://webassembly.github.io/spec/core/text/modules.html#text-module
21022102
[`core:type`]: https://webassembly.github.io/spec/core/text/modules.html#types

0 commit comments

Comments
 (0)