Skip to content

Commit 89e6703

Browse files
authored
Fix typos in Overview.md
1 parent 0772746 commit 89e6703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/compilation-hints/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Instead of a binary string representation, these hints can also be provided usin
6161
```
6262
The above example is equivalent to
6363
```
64-
(@metadata.code.compilation_order "\01\0A")
64+
(@metadata.code.compilation_priority "\01\0A")
6565
```
6666
and tools can produce one or the other.
6767

@@ -71,7 +71,7 @@ To produce the special value of 127 for the optimization value, one can pass `ru
7171
```
7272
for
7373
```
74-
(@metadata.code.compilation_order "\01\1F")
74+
(@metadata.code.compilation_priority "\01\1F")
7575
```
7676

7777

@@ -155,6 +155,6 @@ The text representation allows for multiple targets
155155
```
156156
which would be converted into binary format as
157157
```
158-
(@metadata.code.call_targets "\01\49\02\15)
158+
(@metadata.code.call_targets "\01\49\02\15")
159159
```
160160
under the assumption that `$func1` and `$func2` have function indices 1 and 2 respectively.

0 commit comments

Comments
 (0)