From a8cf0eec5540faadabde8ca738a04010df75c3d4 Mon Sep 17 00:00:00 2001 From: Razvan Date: Mon, 30 Sep 2024 11:17:21 +0200 Subject: [PATCH] fixing typo in navigation bar --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index a0c9e1b..d0938dd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -153,7 +153,7 @@ nav: - Operators: operators.md - Operator Precedence: operator-precedence.md - Arrays: arrays.md - - Classed and Objects: oop.md + - Classes and Objects: oop.md - Built-in methods: builtin-methods.md - Control structures: control-structures.md - Exceptions: exceptions.md