Skip to content

Commit 42ab3df

Browse files
committed
Remove detritus from MidRatStr reference
When allomorphs were first documented in dcd83b, `MidRatStr` still existed as a three-superclass allomorph. That's no longer the case, so remove language referring to hypothetical three-class allomorphs. But leave open the possibility so this passage isn't brittle against future allomorphs.
1 parent 2ad2a1e commit 42ab3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/numerics.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Note: there is no C<FatRatStr> type.
401401
402402
=head2 Coercion of allomorphs
403403
404-
Keep in mind that allomorphs are simply subclasses of the two (or three) types they represent. Just
404+
Keep in mind that allomorphs are simply subclasses of the types they represent. Just
405405
as a variable or parameter type-constrained to C<Foo> can accept any subclass of C<Foo>, so will
406406
a variable or parameter type-constrained to L<Int|/type/Int> will accept an L<IntStr|/type/IntStr> allomorph:
407407

0 commit comments

Comments
 (0)