diff --git a/doc/src/refmanual/prior.rst b/doc/src/refmanual/prior.rst index 84248a1..7c12471 100644 --- a/doc/src/refmanual/prior.rst +++ b/doc/src/refmanual/prior.rst @@ -48,14 +48,14 @@ Parameters +---------------+---------------------------+-----------------------------------+ | Parameter | Requirement | Description | +===============+===========================+===================================+ -| ``Iterator`` | |Forward Iterator|. | An iterator to decrement. | +| ``Iterator`` | |Bidirectional Iterator|. | An iterator to decrement. | +---------------+---------------------------+-----------------------------------+ Expression semantics -------------------- -For any |Forward Iterator|\ s ``iter``: +For any |Bidirectional Iterator|\ s ``iter``: .. parsed-literal:: @@ -63,7 +63,7 @@ For any |Forward Iterator|\ s ``iter``: typedef prior::type j; :Return type: - |Forward Iterator|. + |Bidirectional Iterator|. :Precondition: ``iter`` is decrementable.