1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Minor grammar fix.

This commit is contained in:
Bilge 2014-11-27 18:07:10 +00:00
parent ec6781954a
commit f9b4df70ff

View file

@ -460,7 +460,7 @@ Quoting Reserved Words
Sometimes it is necessary to quote a column or table name because of reserved
word conflicts. Doctrine does not quote identifiers automatically, because it
leads to more problems then it would solve. Quoting tables and column names
leads to more problems than it would solve. Quoting tables and column names
needs to be done explicitly using ticks in the definition.
.. code-block:: php