Minor change in 'method-syntax' chapter
This commit is contained in:
parent
3d1c1added
commit
1ac10dde6f
1 changed files with 2 additions and 2 deletions
|
|
@ -99,8 +99,8 @@ fn grow(&self) -> Circle {
|
|||
# Circle } }
|
||||
```
|
||||
|
||||
We just say we're returning a `Circle`. With this, we can grow a new circle
|
||||
that's twice as big as the old one.
|
||||
We just say we're returning a `Circle`. With this method, we can grow a new
|
||||
circle with an area that's 100 times larger than the old one.
|
||||
|
||||
## Static methods
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue