Skip to content

Commit

Permalink
Fix omitted colon
Browse files Browse the repository at this point in the history
Fix #1527
  • Loading branch information
saundefined committed Apr 19, 2022
1 parent 772cf37 commit f646d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language/enumerations.xml
Expand Up @@ -647,7 +647,7 @@ $horseshoes = (new ReflectionClass(Suit::class))->newInstanceWithoutConstructor(
<![CDATA[
<?php
Suit::cases();
// Produces: [Suit::Hearts, Suit::Diamonds, Suit::Clubs, Suit:Spades]
// Produces: [Suit::Hearts, Suit::Diamonds, Suit::Clubs, Suit::Spades]
?>
]]>
</programlisting>
Expand Down

0 comments on commit f646d66

Please sign in to comment.