Skip to content

Commit 12a5cba

Browse files
authored
Corrected CX::Oops to CX::Vaya (which matches the rest of the page) (#4473)
1 parent fce41e7 commit 12a5cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/X/Control.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ C<X::Control> can raise a control exception which is caught by the L<CONTROL
1515
phaser|/language/phasers#CONTROL> instead of L<CATCH|/language/phasers#CATCH>.
1616
This allows to define custom control exceptions.
1717

18-
For example, the custom C<CX::Oops> control exception we define below:
18+
For example, the custom C<CX::Vaya> control exception we define below:
1919

2020
=begin code
2121
class CX::Vaya does X::Control {

0 commit comments

Comments
 (0)