diff --git a/proposals/gc/Overview.md b/proposals/gc/Overview.md index c4982342b8..07142bb82b 100644 --- a/proposals/gc/Overview.md +++ b/proposals/gc/Overview.md @@ -162,7 +162,7 @@ The above could map to (array.new $char-array (i32.const 0x41) (i32.const 4)) ) ) - (array.get $buf + (array.get $char-array (struct.get $buf $chars (local.get $b)) (struct.get $buf $pos (local.get $b)) )