Skip to content

Commit e7731df

Browse files
committed
Fix a code syntax error in the previous commit
1 parent 4fe62c6 commit e7731df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller/argument_value_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Symfony ships with the following value resolvers in the
3636
case Spades = 'S';
3737
}
3838

39-
And your controller contains the following:
39+
And your controller contains the following::
4040

4141
class CardController
4242
{

0 commit comments

Comments
 (0)