Skip to content

Commit c0c0dd0

Browse files
authored
docs: update custom_classes.md
minor fix
1 parent 2a69f42 commit c0c0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/concepts/custom_classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ TODO: ADD MORE
55
- the exercise relies on the `class` statement to create a custom class [allergies](../exercise-concepts/allergies.md)
66
- use of `class` to create a custom data structure [clock](../exercise-concepts/clock.md)
77
- the exercise objective is to define a `matrix` type. Tested methods are linked to a `matrix` class [matrix](../exercise-concepts/matrix.md)
8-
- a general comprehension of class concept and and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md)
8+
- a general comprehension of class concept and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md)
99
- classes are defined with the `class <ClassName>:` syntax [phone-number](../exercise-concepts/phone-number.md)
1010
- the exercise objective is to define a `robot` type. Tested methods are linked to a `robot` class. [robot-simulator](../exercise-concepts/robot-simulator.md)

0 commit comments

Comments
 (0)