Skip to content

Commit 2fb08fe

Browse files
committed
Probably meant Pi here?
briandfoy++
1 parent 8f6f8d0 commit 2fb08fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/quoting.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,10 +207,10 @@ brackets around the number, without any extra spaces:
207207
Compared to C<42/10> and C<1+42i>, there's no division (or addition) operation
208208
involved. This is useful for literals in routine signatures, for example:
209209
210-
sub close-enough-τ (<355/113>) {
210+
sub close-enough-π (<355/113>) {
211211
say "Your π is close enough!"
212212
}
213-
close-enough-τ 710/226; # Your π is close enough!
213+
close-enough-π 710/226; # Your π is close enough!
214214
215215
# WRONG: can't do this, since it's a division operation
216216
sub compilation-failure (355/113) {}

0 commit comments

Comments
 (0)