Skip to content

Commit cdce18f

Browse files
committed
add missing 'class' keyword for consistency with other types
1 parent 4a04fb1 commit cdce18f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/Type/X/Method/NotFound.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin pod
22
3-
=TITLE X::Method::NotFound
3+
=TITLE class X::Method::NotFound
44
55
=SUBTITLE Error due to calling a method that isn't there
66

doc/Type/X/Parameter/MultipleTypeConstraints.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin pod
22
3-
=TITLE X::Parameter::MultipleTypeConstraints
3+
=TITLE class X::Parameter::MultipleTypeConstraints
44
55
=SUBTITLE Compilation error due to a parameter with multiple type constraints
66

doc/Type/X/Parameter/WrongOrder.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin pod
22
3-
=TITLE X::Parameter::WrongOrder
3+
=TITLE class X::Parameter::WrongOrder
44
55
=SUBTITLE Compilation error due to passing parameters in the wrong order
66

doc/Type/X/Placeholder/Mainline.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=begin pod
22
3-
=TITLE X::Placeholder::Mainline
3+
=TITLE class X::Placeholder::Mainline
44
55
=SUBTITLE Compilation error due to a placeholder in the mainline
66

0 commit comments

Comments
 (0)