We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b0f2af commit a95b48cCopy full SHA for a95b48c
src/doc/trpl/method-syntax.md
@@ -86,8 +86,8 @@ impl Circle {
86
# Chaining method calls
87
88
So, now we know how to call a method, such as `foo.bar()`. But what about our
89
-original example, `foo.bar().baz()`? This is called ‘method chaining’, and we
90
-can do it by returning `self`.
+original example, `foo.bar().baz()`? This is called ‘method chaining’. Let’s
+look at an example:
91
92
```rust
93
struct Circle {
0 commit comments