Skip to content

Commit 93c6c7c

Browse files
fix: comment out ellipsis in wat
Co-authored-by: Mikhail Katychev <mkatych@gmail.com>
1 parent 9586074 commit 93c6c7c

File tree

1 file changed

+1
-1
lines changed
  • component-model/src/reference

1 file changed

+1
-1
lines changed

component-model/src/reference/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ WebAssembly Components can (and often do) contain core modules, but generally We
1919
A WebAssembly core module generally starts with a `(module)` s-expression:
2020
```wat
2121
(module
22-
...
22+
;; ...
2323
)
2424
```
2525

0 commit comments

Comments
 (0)