Fixed off-by-one error in documentation

[SVN r13129]
This commit is contained in:
Vesa Karvonen
2002-03-08 13:27:37 +00:00
parent 717666e5d4
commit 140a30f6f4
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
* See http://www.boost.org for most recent version.
*/
/** <p>Repeats the macro <code>M(I,P)</code> for I = [0,N-1[.</p>
/** <p>Repeats the macro <code>M(I,P)</code> for I = [0,N[.</p>
<p>In other words, expands to the sequence:</p>