From ac4aa7a9abbd6bdd4346951a6926961250a68457 Mon Sep 17 00:00:00 2001 From: Madhan Mohan <53815425+madhanmohans@users.noreply.github.com> Date: Fri, 18 Feb 2022 17:14:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd42196..aa7c468 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are new or know nothing about data structures and algorithms, I recommend * Heap memory * Larger. - * Slightly slower. Because we has to use "pointers" to access. + * Slightly slower. Because we have to use "pointers" to access. * We are responsible to free() the memory. * Heap variable is global variable in nature. 9. GET vs POST