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 6ced454 + 4c968f4 commit aa53505Copy full SHA for aa53505
doc/tutorial.md
@@ -965,7 +965,7 @@ s.draw();
965
~~~
966
967
This defines an _implementation_ for `Shape` containing a single
968
-method, `draw`. In most most respects the `draw` method is defined
+method, `draw`. In most respects the `draw` method is defined
969
like any other function, with the exception of the name `self`. `self`
970
is a special value that is automatically defined in each method,
971
referring to the value being operated on. If we wanted we could add
0 commit comments