Skip to content

Commit 6da2a76

Browse files
committed
Rollup merge of #25865 - azerupi:patch-2, r=alexcrichton
"workd" corrected to "world"
2 parents 47a5f3a + 15aeea5 commit 6da2a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fn bar<T, K>(x: T, y: K) where T: Clone, K: Clone + Debug {
285285

286286
fn main() {
287287
foo("Hello", "world");
288-
bar("Hello", "workd");
288+
bar("Hello", "world");
289289
}
290290
```
291291

0 commit comments

Comments
 (0)