From 3c0545e54f1ee9fb311eecd4329527305d8174ce Mon Sep 17 00:00:00 2001 From: Sepehr Safari Date: Wed, 13 Dec 2023 02:56:19 +0330 Subject: [PATCH] Fix Heap Typo (#4851) --- src/data/question-groups/javascript/content/heap-and-stack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/question-groups/javascript/content/heap-and-stack.md b/src/data/question-groups/javascript/content/heap-and-stack.md index bd7ed8581..4ea402e65 100644 --- a/src/data/question-groups/javascript/content/heap-and-stack.md +++ b/src/data/question-groups/javascript/content/heap-and-stack.md @@ -1,4 +1,4 @@ -The Head and Stack in JavaScript Engine are two different data structures that store data in different ways. +The Heap and Stack in JavaScript Engine are two different data structures that store data in different ways. ## Stack