mirror of https://github.com/rust-lang/rust.git
Capitalize circle reference
This commit is contained in:
parent
2548e2ee58
commit
f44fbf08f9
|
@ -125,7 +125,7 @@ fn grow(&self, increment: f64) -> Circle {
|
|||
```
|
||||
|
||||
We just say we’re returning a `Circle`. With this method, we can grow a new
|
||||
`circle` to any arbitrary size.
|
||||
`Circle` to any arbitrary size.
|
||||
|
||||
# Associated functions
|
||||
|
||||
|
|
Loading…
Reference in New Issue