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 ee8c0fb commit 51c7b5bCopy full SHA for 51c7b5b
doc/Type/Code.pod6
@@ -207,8 +207,8 @@ For example, if you have the following source file:
207
Then the C<line> method would give you the following output:
208
209
=begin code :preamble<class Food { has $.ingredients; method eat {};}>
210
- say Food.^lookup('eat').line; # OUTPUT: «4»
211
- say Food.^lookup('ingredients').line; # OUTPUT: «1»
+say Food.^lookup('eat').line; # OUTPUT: «4»
+say Food.^lookup('ingredients').line; # OUTPUT: «1»
212
=end code
213
214
=head2 method is-implementation-detail
0 commit comments