Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Jan 2, 2015
1 parent 608d2a2 commit 5eaac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ using deserialization or ``null`` if no data is present.

.. warning::

Because the build-in ``text`` type of PostgreSQL does not support NULL bytes,
Because the built-in ``text`` type of PostgreSQL does not support NULL bytes,
the object type will cause deserialization errors on PostgreSQL. A workaround is
to ``serialize()``/``unserialize()`` and ``base64_encode()``/``base64_decode()`` PHP objects and store
them into a ``text`` field manually.
Expand Down

0 comments on commit 5eaac1d

Please sign in to comment.