Skip to content

Commit 696b3f4

Browse files
authored
Fix typo; ilmari++
1 parent 57ec082 commit 696b3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Num.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ precision".
1313
=head2 NaN
1414
1515
The value X<C<NaN>|NaN (definition)> is an instance of C<Num> and represents a
16-
float point not-a-number value, which is returned from some routines where
16+
floating point not-a-number value, which is returned from some routines where
1717
a concrete number as the answer is not defined, but a L<Numeric> value is still
1818
accceptable. C<NaN> is L<defined> and L<boolifies|/routine/Bool>
1919
to C<True>, but is I<not> numerically equal to any value (including itself).

0 commit comments

Comments
 (0)