You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In section Inheritance_and_multis of typesystem.rakudoc, clarify wording and code example (#4635)
* In section `Inheritance_and_multis` of `typesystem.rakudoc`, clarify wording and code
Replace the ambiguous "does not compete with" with a phrase that's clearer and easier to parse.
In the code, change class names `A` and `B` to `Parent` and `Child`, and add comment that `int` is a subclass of `Int` (which is important to know in order to understand what goes on).
* Update typesystem.rakudoc: Change example types to `Numeric` & `Int`
0 commit comments