Skip to content

Commit 14fa27e

Browse files
committed
fix(store): fix on store usage
1 parent 56fd23d commit 14fa27e

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
@@ -146,7 +146,7 @@ As configured, the following property is used by the marking store::
146146

147147
class BlogPost
148148
{
149-
// This property is used by the marking store, by default, Symfony "mark" this attribute as an array.
149+
// This property is used by the marking store, by default, Symfony set the marking store as an array.
150150
public $currentPlace;
151151
public $title;
152152
public $content;

0 commit comments

Comments
 (0)