Skip to content

Commit 4f4c67a

Browse files
authored
[proposals] Fix typo (#2007)
1 parent 338cf40 commit 4f4c67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/gc/Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ The above could map to
162162
(array.new $char-array (i32.const 0x41) (i32.const 4))
163163
)
164164
)
165-
(array.get $buf
165+
(array.get $char-array
166166
(struct.get $buf $chars (local.get $b))
167167
(struct.get $buf $pos (local.get $b))
168168
)

0 commit comments

Comments
 (0)