diff --git a/doc/tuple_users_guide.html b/doc/tuple_users_guide.html index d85cd24..ade902e 100644 --- a/doc/tuple_users_guide.html +++ b/doc/tuple_users_guide.html @@ -97,7 +97,7 @@ tuple<A*, tuple<const A*, const B&, C>, bool, void*>
The tuple constructor takes the tuple elements as arguments. -For an n-element tuple, the constructor can be invoked with k arguments, where 0 < k <= n. +For an n-element tuple, the constructor can be invoked with k arguments, where 0 <= k <= n. For example:
tuple<int, double>()
tuple<int, double>(1)