From 60e2b8aa18d7a8ec61a8f15fd38d345da5210511 Mon Sep 17 00:00:00 2001 From: Kirsten Date: Fri, 23 Nov 2018 11:39:17 -0500 Subject: [PATCH] Update index.md (#26282) Keep capitalization consistent in the article's title Replaced "be able to know" with "become comfortable" to tighten up wording Replaced "However, they" with "Furthermore, these guides" Replaced "it" with "the C language" Replaced "Mac" with "MacOS" --- guide/english/c/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/c/index.md b/guide/english/c/index.md index 9cc7b1076b1..63d2df5be37 100644 --- a/guide/english/c/index.md +++ b/guide/english/c/index.md @@ -2,13 +2,13 @@ title: C --- -# Hello World! - Your first C Program +# Hello World! - Your First C Program ## Getting the most out of this course Make sure that you're comfortable with all of the concepts in this part of the guide before moving on. Getting your first program running is important because it will allow you to follow along with the examples, which is another good thing to do- practice makes perfect! Concepts that might be confusing will have an annotation that links to an appendix. If you don't understand a concept, make sure that you consult the appendix for more information. ## Course Goal -The goals of this course are to teach the C language to beginners. Ideally, someone who has never touched a computer language before will be able to know C by following these guides. However, they will still be useful to more experienced programmers by including a summary at the end of each article. Although the content taught here is transferable to microcontrollers like the Arduino, it is not the focus of this guide. +The goals of this course are to teach the C language to beginners. Ideally, someone who has never touched a computer language before will become comfortable with C by following these guides. Furthermore, these guides will still be useful to more experienced programmers by including a summary at the end of each article. Although the content taught here is transferable to microcontrollers like the Arduino, it is not the focus of this guide. ## What is C?