From e41c29cdb1c18d4f1fcb7bd2d54eef0d80145603 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Mon, 30 May 2022 00:57:54 +0300 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05a5799..bf88d17 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Naive rust crate for implementing and testing maze solving Algorithms. ## Context -Hi, I am a junior rust dev (yes, how original, I know) and this is one of the small projects I do to learn the languages and feel its system or learn its good practices. +Hi, I am a junior rust dev (yes, how original, I know) and this is one of the small projects I do to learn the language and feel its system or learn its good practices. ## Usage