From aba62cac02cb2971566f821eb23083c6f2a0dd46 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 5 Feb 2008 16:07:19 +0000 Subject: [PATCH] Fix typo (bug #1434) [SVN r43112] --- doc/ref/seq_tail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ref/seq_tail.html b/doc/ref/seq_tail.html index c152b0e..8c1bb59 100644 --- a/doc/ref/seq_tail.html +++ b/doc/ref/seq_tail.html @@ -5,7 +5,7 @@
- The BOOST_PP_SEQ_HEAD macro expands to all but the first element of a seq. + The BOOST_PP_SEQ_TAIL macro expands to all but the first element of a seq.

Usage