Update README.md

Typo fix
This commit is contained in:
Alex Bender 2022-12-25 22:51:40 +02:00 committed by GitHub
parent cc00e6fa56
commit 28c071ba87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.