Skip to content

Commit 51c7b5b

Browse files
committed
Remove extraneous whitespace
1 parent ee8c0fb commit 51c7b5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Code.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ For example, if you have the following source file:
207207
Then the C<line> method would give you the following output:
208208
209209
=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␤»
210+
say Food.^lookup('eat').line; # OUTPUT: «4␤»
211+
say Food.^lookup('ingredients').line; # OUTPUT: «1␤»
212212
=end code
213213
214214
=head2 method is-implementation-detail

0 commit comments

Comments
 (0)