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.
2 parents 2255587 + c6d6782 commit c929363Copy full SHA for c929363
doc/tutorial.md
@@ -2320,7 +2320,7 @@ impl Shape for CircleStruct {
2320
Notice that methods of `Circle` can call methods on `Shape`, as our
2321
`radius` implementation calls the `area` method.
2322
This is a silly way to compute the radius of a circle
2323
-(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.
2324
2325
In type-parameterized functions,
2326
methods of the supertrait may be called on values of subtrait-bound type parameters.
0 commit comments