Skip to content

Commit da1326b

Browse files
rvolosatovslukewagner
authored andcommitted
refer to stringchar, not char
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 73f4050 commit da1326b

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

20902090
[`core:i64`]: https://webassembly.github.io/spec/core/text/values.html#text-int
20912091
[`core:f64`]: https://webassembly.github.io/spec/core/syntax/values.html#floating-point
2092-
[`core:char`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name
2092+
[`core:stringchar`]: https://webassembly.github.io/spec/core/text/values.html#text-string
20932093
[`core:name`]: https://webassembly.github.io/spec/core/syntax/values.html#syntax-name
20942094
[`core:module`]: https://webassembly.github.io/spec/core/text/modules.html#text-module
20952095
[`core:type`]: https://webassembly.github.io/spec/core/text/modules.html#types

0 commit comments

Comments
 (0)