From 4c8e65e5fdbd1256cc8d62914a1257c3ec5fc970 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 3 Jul 2021 18:40:57 -0400 Subject: [PATCH] fixed a typo --- content/blog/universal_proc_tut.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/universal_proc_tut.md b/content/blog/universal_proc_tut.md index 09d7015..2df7141 100644 --- a/content/blog/universal_proc_tut.md +++ b/content/blog/universal_proc_tut.md @@ -1,6 +1,6 @@ --- title: "A universal tutorial on the basics for every* programming language" -description: "A tutorial tha covers all the basic concepts that procedural languages commonly have" +description: "A tutorial that covers all the basic concepts that procedural languages commonly have" date: 2021-07-03 draft: false ---