Skip to content

Commit

Permalink
docs: Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jan 10, 2021
1 parent 861cb9f commit 79d8b2a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/pages/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ first time till the end of the list.

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Interface: `DropWhileable`_

Expand Down Expand Up @@ -553,7 +553,7 @@ This operation tests whether all elements in the collection pass the test implem

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Interface: `Everyable`_

Expand Down Expand Up @@ -827,7 +827,7 @@ Check if the collection has values.

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Interface: `Hasable`_

Expand Down Expand Up @@ -1552,7 +1552,7 @@ Skip items until callback is met.

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Interface: `Sinceable`_

Expand Down Expand Up @@ -1778,9 +1778,9 @@ It stops iterating when the callback(s) are not met.

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Be careful, this operation is not the same as the 'filter' operation.
Be careful, this operation is not the same as the ``filter`` operation.

Interface: `TakeWhileable`_

Expand Down Expand Up @@ -1919,7 +1919,7 @@ Iterate over the collection items until the provided callback(s) are satisfied.

.. warning:: The `callbacks` parameter is variadic and they are evaluated as a logical ``OR``.
If you're looking for a logical ``AND``, you have make multiple calls to the
since operations.
same operation.

Interface: `Untilable`_

Expand Down

0 comments on commit 79d8b2a

Please sign in to comment.