Skip to content

Commit 664b5e3

Browse files
authored
fix(store): fix on store usage
1 parent 63a7df4 commit 664b5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ like this:
138138
139139
class BlogPost
140140
{
141-
// This property is used by the marking store, by default, Symfony "mark" this attribute as an array.
141+
// This property is used by the marking store, by default, Symfony set the marking store as an array.
142142
public $currentPlace;
143143
public $title;
144144
public $content;

0 commit comments

Comments
 (0)