Skip to content

Commit 75bd0ac

Browse files
author
obozdag
authored
docs: Fix typo in models/entities.rst
Fix typo in models/entities.rst
1 parent fe86be5 commit 75bd0ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/models/entities.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ Array/Json Casting
258258
Array/Json casting is especially useful with fields that store serialized arrays or json in them. When cast as:
259259

260260
* an **array**, they will automatically be unserialized,
261-
* a **json**, they will automatically be set as an value of ``json_decode($value, false)``,
262-
* a **json-array**, they will automatically be set as an value of ``json_decode($value, true)``,
261+
* a **json**, they will automatically be set as a value of ``json_decode($value, false)``,
262+
* a **json-array**, they will automatically be set as a value of ``json_decode($value, true)``,
263263

264264
when you set the property's value.
265265
Unlike the rest of the data types that you can cast properties into, the:

0 commit comments

Comments
 (0)