File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ that is stored on the heap and explore how Rust knows when to clean up that
146
146
data.
147
147
148
148
We’ll use ` String ` as the example here and concentrate on the parts of ` String `
149
- that relate to ownership. These aspects also apply to other complex data types
150
- provided by the standard library and that you create . We’ll discuss ` String ` in
151
- more depth in Chapter 8.
149
+ that relate to ownership. These aspects also apply to other complex data types,
150
+ whether they are provided by the standard library or created by you . We’ll
151
+ discuss ` String ` in more depth in Chapter 8.
152
152
153
153
We’ve already seen string literals, where a string value is hardcoded into our
154
154
program. String literals are convenient, but they aren’t suitable for every
You can’t perform that action at this time.
0 commit comments