diff --git a/doc/iterator_facade_ref.rst b/doc/iterator_facade_ref.rst index 7decae0..08c28ea 100644 --- a/doc/iterator_facade_ref.rst +++ b/doc/iterator_facade_ref.rst @@ -208,11 +208,10 @@ __ `operator arrow`_ :Returns: an object convertible to ``value_type``. For constant objects ``v`` of type ``value_type``, and ``n`` of type - ``difference_type``, and reference ``p`` equal to - ``*static_cast(this)``, ``(*this)[n] = v`` is - equivalent to ``*(p+ n) = v``, and ``static_cast((*this)[n])`` is equivalent to - ``static_cast(*(p+n))`` + ``static_cast(*(*this + n))``