We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f13e9c commit c6d6782Copy full SHA for c6d6782
doc/tutorial.md
@@ -2288,7 +2288,7 @@ impl Shape for CircleStruct {
2288
Notice that methods of `Circle` can call methods on `Shape`, as our
2289
`radius` implementation calls the `area` method.
2290
This is a silly way to compute the radius of a circle
2291
-(since we could just return the `circle` field), but you get the idea.
+(since we could just return the `radius` field), but you get the idea.
2292
2293
In type-parameterized functions,
2294
methods of the supertrait may be called on values of subtrait-bound type parameters.
0 commit comments