diff --git a/doc/tutorial/basics.html b/doc/tutorial/basics.html
index 6da5308..14ed98f 100644
--- a/doc/tutorial/basics.html
+++ b/doc/tutorial/basics.html
@@ -1073,7 +1073,8 @@ is thus designed upon that of std::list
; nearly every operation
provided in the standard container is replicated here, occasionally with changes
in the syntax and/or semantics to cope with the constraints imposed by
Boost.MultiIndex. An important difference, commented above,
-is the fact that sequenced index iterators are constant:
+is the fact that the values pointed to by sequenced index iterators are treated
+as constant: