Skip to content

Commit 1ee8ba3

Browse files
committed
[CaR Grant] Fix pod compilation errors
1 parent 0ed7c35 commit 1ee8ba3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/Language/numerics.pod6

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ On creation, the numerator of such numerics is always normalized to C<-1>,
316316
C<1>, C<0>, depending on whether the original numerator is negative,
317317
positive, or zero respectively:
318318
319-
=beging code
319+
=begin code
320320
say <1000/0>.nude; # OUTPUT: «(1 0)␤»
321321
say <-1000/0>.nude; # OUTPUT: «(-1 0)␤»
322322
say <0/0>.nude; # OUTPUT: «(0 0)␤»
@@ -715,14 +715,14 @@ The infectiousness is as follows, with the most infectious type listed first:
715715
716716
=begin table
717717
718-
Type | Comments
719-
========+===========
720-
Complex |
721-
Num |
722-
FatRat |
723-
MidRat | Special infectiousness. See prose that follows.
724-
Rat |
725-
Int |
718+
Type | Comments |
719+
========+=================================================+
720+
Complex | |
721+
Num | |
722+
FatRat | |
723+
MidRat | Special infectiousness. See prose that follows. |
724+
Rat | |
725+
Int | |
726726
727727
=end table
728728

0 commit comments

Comments
 (0)