Skip to content

Commit f44fbf0

Browse files
committed
Capitalize circle reference
1 parent 2548e2e commit f44fbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/method-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn grow(&self, increment: f64) -> Circle {
125125
```
126126

127127
We just say we’re returning a `Circle`. With this method, we can grow a new
128-
`circle` to any arbitrary size.
128+
`Circle` to any arbitrary size.
129129

130130
# Associated functions
131131

0 commit comments

Comments
 (0)