Skip to content

Commit b461d1f

Browse files
authored
Fixed doc. (#8580)
1 parent 26e3db1 commit b461d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

corelib/src/metaprogramming.cairo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pub trait TypeEqual<S, T> {}
1111
impl TypeEqualImpl<T> of TypeEqual<T, T>;
1212

1313
/// Marker trait for types that are tuples.
14-
/// Currently supports tuples of size 0 to 10.
14+
/// Currently supports tuples of size 0 to 16.
1515
pub(crate) trait IsTuple<T>;
1616

1717

0 commit comments

Comments
 (0)