Skip to content

Commit

Permalink
Fix typo and code block
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Aug 10, 2018
1 parent 4c300c7 commit 0b0d90e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/devapi/database/dbiterator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@ Join criterion

.. versionadded:: 9.3.1

It is also possible to add an extra criterion for any `JOIN` clause. You have to pass an array with first key equal to ``AND`` or ``OR`` and any iterator valid crieterion:
It is also possible to add an extra criterion for any `JOIN` clause. You have to pass an array with first key equal to ``AND`` or ``OR`` and any iterator valid criterion:

..code-block:: php
.. code-block:: php
<?php
$DB->request([
Expand Down

0 comments on commit 0b0d90e

Please sign in to comment.