Skip to content

Commit

Permalink
fix docs syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
inoas authored Sep 16, 2016
1 parent df9721e commit 911fc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/orm/saving-data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ associations should be marshalled::
]
]);

You may also disable marshalling of possible nested associations like so:
You may also disable marshalling of possible nested associations like so::

$entity = $articles->newEntity($data, ['associated' => []]);
// or...
Expand Down Expand Up @@ -243,7 +243,7 @@ change the validation set to be used per association::
]
]);

The :ref:`using-different-validators-per-association chapter has more information on how to
The :ref:`using-different-validators-per-association` chapter has more information on how to
use different validators for associated marshalling.

The following diagram gives an overview of what happens inside the
Expand Down

0 comments on commit 911fc11

Please sign in to comment.