Skip to content

Commit fa138d8

Browse files
Fix symbol link in WAT docs
1 parent db1d980 commit fa138d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/WAT/Docs.docc/Docs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ while let (directive, location) = try wast.nextDirective() {
5454

5555
### Parsing
5656

57-
- ``parseWAT(_:)``
58-
- ``parseWAST(_:)``
57+
- ``parseWAT(_:features:)``
58+
- ``parseWAST(_:features:)``
5959

6060

6161
### Encode to binary format
6262

63-
- ``wat2wasm(_:)``
63+
- ``wat2wasm(_:features:)``
6464

6565
### WAST structures
6666

0 commit comments

Comments
 (0)