diff --git a/include/boost/preprocessor/tuple.hpp b/include/boost/preprocessor/tuple.hpp index 3939eef..54f6f54 100644 --- a/include/boost/preprocessor/tuple.hpp +++ b/include/boost/preprocessor/tuple.hpp @@ -24,9 +24,9 @@ constitutes a single macro parameter.

Examples of tuples:

-(const, volatile)    /* 2-tuple */
-(*, /, %)            /* 3-tuple */
-(1, "2", '3', (4,5)) /* 4-tuple */
+(const, volatile)       a 2-tuple
+(*, /, %)               a 3-tuple
+(1, "2", '3', (4,5))    a 4-tuple
 

Tuples can be used for representing structured data.