We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859c5ed commit 0a2885aCopy full SHA for 0a2885a
src/doc/trpl/README.md
@@ -116,7 +116,7 @@ fn main() {
116
117
let y = &x[0];
118
119
- x.push(4);
+ x.push("foo");
120
}
121
```
122
@@ -159,7 +159,7 @@ fn main() {
159
160
let y = x[0].clone();
161
162
163
164
165
@@ -181,7 +181,7 @@ fn main() {
181
182
183
184
185
186
187
0 commit comments