From 1cf14f2baf4d45513ef82648d1888a72329abc93 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Mon, 18 Jul 2016 22:17:12 -0400 Subject: [PATCH] I'm not sure why compound type inside compound type is relevant here --- src/ch04-03-data-types.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ch04-03-data-types.md b/src/ch04-03-data-types.md index 2a0119d..185101a 100644 --- a/src/ch04-03-data-types.md +++ b/src/ch04-03-data-types.md @@ -214,8 +214,7 @@ all unicode code points at *http://www.unicode.org/charts/*. ### Compound Types *Compound types* can group multiple values of other types into one type. Rust -has two primitive compound types: tuples and arrays. You can also put a -compound type inside another compound type. +has two primitive compound types: tuples and arrays. #### Grouping Values into Tuples