From 534e01639a8d94d16bcf3b75898dc9738756b4b6 Mon Sep 17 00:00:00 2001 From: Mactavish <maczhanchao@yahoo.com> Date: Tue, 25 Apr 2023 10:05:33 +0200 Subject: [PATCH] fix typo --- clang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang.md b/clang.md index deb12cd..df4314c 100644 --- a/clang.md +++ b/clang.md @@ -2,7 +2,7 @@ This document is not intended to be a primer on the C programming language. It only gives you the essential information you need to complete your programming assignments. -We will focus on common errors, caveats and important concepts that might ease your cognitive overhead when you program in C. We will also recommend some tools that help you speed up your development and debugging. +We will focus on common errors, caveats and important concepts that might ease your cognitive overhead when you program in C. We will also recommend some tools that will help you speed up your development and debugging. ## Specific Sized Numbers -- GitLab