diff --git a/data-types.md b/data-types.md index 5b851da..5f06111 100644 --- a/data-types.md +++ b/data-types.md @@ -66,7 +66,7 @@ struct R { } ``` -If we didn't have the `Option` in the above struct, there would be no way to +If we didn't have the `Box` in the above struct, there would be no way to instantiate the struct and Rust would signal an error. Structs with no fields do not use braces in either their definition or literal