Commit c09374c1 authored by Andreas Fischer's avatar Andreas Fischer

Fix misspelled word 'apropriate'.

parent 92b8489a
...@@ -191,7 +191,7 @@ any of the parameter binding methods but a string, Doctrine DBAL will ...@@ -191,7 +191,7 @@ any of the parameter binding methods but a string, Doctrine DBAL will
ask the type abstraction layer to convert the passed value from ask the type abstraction layer to convert the passed value from
its PHP to a database representation. This way you can pass ``\DateTime`` its PHP to a database representation. This way you can pass ``\DateTime``
instances to a prepared statement and have Doctrine convert them instances to a prepared statement and have Doctrine convert them
to the apropriate vendors database format: to the appropriate vendors database format:
.. code-block:: php .. code-block:: php
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment