Skip to content

Commit b47a75f

Browse files
Kocalyceruto
andauthored
Update doc/functions/enum.rst
Co-authored-by: Yonel Ceruto <[email protected]>
1 parent 77799a3 commit b47a75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/functions/enum.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{{ enum('App\\CardSuite').Clubs.value }} {# "clubs" #}
1414
1515
{# display one specific case of a backed enum, with a dynamic name #}
16-
{% set case_name = 'spades' %}
16+
{% set case_name = 'Spades' %}
1717
{{ enum('App\\CardSuite').(case_name).name }} {# "Spades" #}
1818
1919
{# get all cases of an enum #}

0 commit comments

Comments
 (0)