Skip to content

Commit 2f2b0f3

Browse files
committed
Add closing > for C<>
Fixes #1013
1 parent 50d6647 commit 2f2b0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Real.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For L<Rational|/type/Rational>, the number of places is scaled to the size of th
7373
with a minimum of 6.
7474
7575
A special value of L«C<Whatever>|/type/Whatever» (C<*>)
76-
can be given as C<$digits, which functions the same as when C<$digits> is not specified for
76+
can be given as C<$digits>, which functions the same as when C<$digits> is not specified for
7777
all C<Real> types except the C<Rationals>. For C<Rationals>, the C<Whatever>
7878
indicates that you wish all of the possible digits of the fractional part,
7979
but use caution: since there's no detection of repeating

0 commit comments

Comments
 (0)