From c0c0dd04f53602d35f374d788cb594ffcee0ee07 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 20 Feb 2025 00:21:36 +0900 Subject: [PATCH] docs: update custom_classes.md minor fix --- reference/concepts/custom_classes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/concepts/custom_classes.md b/reference/concepts/custom_classes.md index 5f921201372..efc356b10be 100644 --- a/reference/concepts/custom_classes.md +++ b/reference/concepts/custom_classes.md @@ -5,6 +5,6 @@ TODO: ADD MORE - the exercise relies on the `class` statement to create a custom class [allergies](../exercise-concepts/allergies.md) - use of `class` to create a custom data structure [clock](../exercise-concepts/clock.md) - the exercise objective is to define a `matrix` type. Tested methods are linked to a `matrix` class [matrix](../exercise-concepts/matrix.md) -- a general comprehension of class concept and and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md) +- a general comprehension of class concept and how it works is required, `class` statement [binary-search-tree](../exercise-concepts/binary-search-tree.md) - classes are defined with the `class :` syntax [phone-number](../exercise-concepts/phone-number.md) - the exercise objective is to define a `robot` type. Tested methods are linked to a `robot` class. [robot-simulator](../exercise-concepts/robot-simulator.md)