Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add missing 'class' keyword for consistency with other types #2231

Merged
merged 1 commit into from Jul 30, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/Type/X/Method/NotFound.pod6
@@ -1,6 +1,6 @@
=begin pod

=TITLE X::Method::NotFound
=TITLE class X::Method::NotFound

=SUBTITLE Error due to calling a method that isn't there

Expand Down
2 changes: 1 addition & 1 deletion doc/Type/X/Parameter/MultipleTypeConstraints.pod6
@@ -1,6 +1,6 @@
=begin pod

=TITLE X::Parameter::MultipleTypeConstraints
=TITLE class X::Parameter::MultipleTypeConstraints

=SUBTITLE Compilation error due to a parameter with multiple type constraints

Expand Down
2 changes: 1 addition & 1 deletion doc/Type/X/Parameter/WrongOrder.pod6
@@ -1,6 +1,6 @@
=begin pod

=TITLE X::Parameter::WrongOrder
=TITLE class X::Parameter::WrongOrder

=SUBTITLE Compilation error due to passing parameters in the wrong order

Expand Down
2 changes: 1 addition & 1 deletion doc/Type/X/Placeholder/Mainline.pod6
@@ -1,6 +1,6 @@
=begin pod

=TITLE X::Placeholder::Mainline
=TITLE class X::Placeholder::Mainline

=SUBTITLE Compilation error due to a placeholder in the mainline

Expand Down