Skip to content

Commit 11ac45b

Browse files
authored
X::Inheritance::NotComposed #3841
spaces => _ in refs
1 parent 21490d9 commit 11ac45b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/X/Inheritance/NotComposed.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class X::Inheritance::NotComposed is Exception {}
88
99
When you try to inherit from a class that hasn't been
10-
L<composed|/language/mop#Composition time and static reasoning>, an
10+
L<composed|/language/mop#Composition_time_and_static_reasoning>, an
1111
exception of type X::Inheritance::NotComposed is thrown.
1212
1313
Usually this happens because it's not yet fully parsed, or that is stubbed:

0 commit comments

Comments
 (0)