Capitalize circle reference

This commit is contained in:
Jack Wilson 2015-09-03 20:51:08 -07:00
parent 2548e2ee58
commit f44fbf08f9
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ fn grow(&self, increment: f64) -> Circle {
```
We just say were returning a `Circle`. With this method, we can grow a new
`circle` to any arbitrary size.
`Circle` to any arbitrary size.
# Associated functions