Skip to content

Commit 307ade6

Browse files
committed
Fixed a syntax issue
1 parent e6be2b9 commit 307ade6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/entity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ loading all entities.
207207

208208
.. caution::
209209

210-
  The entity used in the ``FROM`` clause of the `query_builder` option
210+
  The entity used in the ``FROM`` clause of the ``query_builder`` option
211211
will always be validated against the class which you have specified at the
212212
`class`_ option. If you return another entity instead of the
213213
one used in your ``FROM`` clause (for instance if you return an entity

0 commit comments

Comments
 (0)