We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621a10e commit 15ab481Copy full SHA for 15ab481
src/doc/trpl/method-syntax.md
@@ -4,7 +4,7 @@ Functions are great, but if you want to call a bunch of them on some data, it
4
can be awkward. Consider this code:
5
6
```rust,ignore
7
-baz(bar(foo)));
+baz(bar(foo));
8
```
9
10
We would read this left-to right, and so we see ‘baz bar foo’. But this isn’t the
0 commit comments