From 1338319c09d58bb04a6e49933bdff8a06676cbbb Mon Sep 17 00:00:00 2001 From: Gaya Date: Sun, 21 Jul 2024 20:50:02 +0200 Subject: [PATCH] @issue : #1450 Fix writing "obsecure" to "obscure" --- 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.