From 194efe574bacd83ddd29fa6cc673886f899d9c97 Mon Sep 17 00:00:00 2001 From: Gaya-Khelili <50716339+Gaya-Khelili@users.noreply.github.com> Date: Fri, 26 Jul 2024 10:29:25 +0200 Subject: [PATCH] @issue : #1450 (#1453) Fix writing "obsecure" to "obscure" Co-authored-by: Gaya --- en/docs/chapter_introduction/algorithms_are_everywhere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/chapter_introduction/algorithms_are_everywhere.md b/en/docs/chapter_introduction/algorithms_are_everywhere.md index 77b81ac8a..a4b7638e2 100644 --- a/en/docs/chapter_introduction/algorithms_are_everywhere.md +++ b/en/docs/chapter_introduction/algorithms_are_everywhere.md @@ -53,4 +53,4 @@ From cooking a meal to interstellar travel, almost all problem-solving involves !!! tip - If concepts such as data structures, algorithms, arrays, and binary search still seem somewhat obsecure, I encourage you to continue reading. This book will gently guide you into the realm of understanding data structures and algorithms. + If concepts such as data structures, algorithms, arrays, and binary search still seem somewhat obscure, I encourage you to continue reading. This book will gently guide you into the realm of understanding data structures and algorithms.