Skip to content

Commit aa53505

Browse files
committed
Merge pull request #3703 from tav/incoming
doc: Remove duplicate word typo in the tutorial.
2 parents 6ced454 + 4c968f4 commit aa53505

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ s.draw();
965965
~~~
966966

967967
This defines an _implementation_ for `Shape` containing a single
968-
method, `draw`. In most most respects the `draw` method is defined
968+
method, `draw`. In most respects the `draw` method is defined
969969
like any other function, with the exception of the name `self`. `self`
970970
is a special value that is automatically defined in each method,
971971
referring to the value being operated on. If we wanted we could add

0 commit comments

Comments
 (0)