From daaf813ceeeacf7f49d1505199dee250be350d3b Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Mon, 14 Sep 2015 14:55:13 -0400 Subject: [PATCH] fix typo --- doc/src/refmanual/Iterators.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/refmanual/Iterators.rst b/doc/src/refmanual/Iterators.rst index 2be2092..ee13631 100644 --- a/doc/src/refmanual/Iterators.rst +++ b/doc/src/refmanual/Iterators.rst @@ -5,7 +5,7 @@ it possible to decouple `algorithms`__ from concrete compile-time `sequence implementations`__. Under the hood, all MPL sequence algorithms are implemented in terms of iterators. In particular, that means that they will work on any custom compile-time sequence, given that the appropriate -iterator inteface is provided. +iterator interface is provided. __ `Algorithms`_ __ `label-Sequences-Classes`_ @@ -14,6 +14,6 @@ __ `label-Sequences-Classes`_ .. More? -.. copyright:: Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams +.. copyright:: Copyright © 2001-2009 Aleksey Gurtovoy and David Abrahams Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)