Skip to content

Commit 3ca674e

Browse files
committed
fix typo
1 parent 76de01c commit 3ca674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Code.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ say Food.^lookup('ingredients').line; # OUTPUT: «1␤»
200200

201201
method bytecode-size(--> Int:D)
202202

203-
Note: this method has been available in Rakudo compiler on the MoarVM backend obnly, starting from 2022.06 release.
203+
Note: this method has been available in Rakudo compiler on the MoarVM backend only, starting from 2022.06 release.
204204

205205
Returns the number of bytes that the code object occupies in memory. Note
206206
that if the code object is in fact a C<multi>, then the bytecode size will

0 commit comments

Comments
 (0)