diff --git a/clang.md b/clang.md index deb12cd58ad9a9137beed28400424507b5277722..df4314c8c6bde99465b086e30b67c2b164264043 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