Skip to content

Commit a7b5125

Browse files
committed
avoid typos in comments
1 parent a079f2e commit a7b5125

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/unit/input/fuzz.wat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
(type $B2 (sub $B(struct)))
99
)
1010

11-
;; Two imports, one which will be reffed.
11+
;; Two imports, one which will be referenced.
1212
(import "module" "base" (func $import (param i32 anyref) (result eqref)))
1313
(import "module" "base" (func $import-reffed (param i32 anyref) (result eqref)))
1414

15-
;; Two exports, one which will be reffed.
15+
;; Two exports, one which will be referenced.
1616

1717
(func $export (export "export") (param $0 i32) (param $1 anyref) (result eqref)
1818
;; Add the refs.

0 commit comments

Comments
 (0)