]> git.lizzy.rs Git - rust.git/commitdiff
Capitalize circle reference
authorJack Wilson <jack.wilson.v@gmail.com>
Fri, 4 Sep 2015 03:51:08 +0000 (20:51 -0700)
committerJack Wilson <jack.wilson.v@gmail.com>
Fri, 4 Sep 2015 03:51:08 +0000 (20:51 -0700)
src/doc/trpl/method-syntax.md

index 73cd771114b375581dd5c80c3bad1a36962ebc86..a2bdd66b0c253e2954a11a4b17b7350961f9f6a1 100644 (file)
@@ -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