From 28c071ba87c163be01713772cf1ff26e723494af Mon Sep 17 00:00:00 2001 From: Alex Bender Date: Sun, 25 Dec 2022 22:51:40 +0200 Subject: [PATCH] Update README.md Typo fix --- section_1/hello_world/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/section_1/hello_world/README.md b/section_1/hello_world/README.md index d3edf54..79de95b 100644 --- a/section_1/hello_world/README.md +++ b/section_1/hello_world/README.md @@ -182,7 +182,7 @@ most importantly, knowing when to stop. ### Line 7 -`Line 7` is where is action is. Firstly, `cout` will receive some value +`Line 7` is where the action is. Firstly, `cout` will receive some value for printing. `cout` is an output stream and the `<<` indicates something is being shoved into it - i.e. is being output.