We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76de01c commit 3ca674eCopy full SHA for 3ca674e
doc/Type/Code.rakudoc
@@ -200,7 +200,7 @@ say Food.^lookup('ingredients').line; # OUTPUT: «1»
200
201
method bytecode-size(--> Int:D)
202
203
-Note: this method has been available in Rakudo compiler on the MoarVM backend obnly, starting from 2022.06 release.
+Note: this method has been available in Rakudo compiler on the MoarVM backend only, starting from 2022.06 release.
204
205
Returns the number of bytes that the code object occupies in memory. Note
206
that if the code object is in fact a C<multi>, then the bytecode size will
0 commit comments