Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 449c4d9

Browse files
committed
Merge branch 'hotfix/132'
Close #132
2 parents 146fff4 + 2849f34 commit 449c4d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/book/helpers/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ determine how to handle the content.
2929
> `enableJsonExprFinder` key of the options array:
3030
>
3131
> ```php
32-
> <?= $this-json($this-data, ['enableJsonExprFinder' = true]) ?>
32+
> <?= $this->json($this->data, ['enableJsonExprFinder' => true]) ?>
3333
> ```

0 commit comments

Comments
 (0)