Merge pull request #8 from alex-bender/patch-1

Update README.md
This commit is contained in:
pkivolowitz 2022-12-25 14:54:45 -06:00 committed by GitHub
commit 7092f4ba48
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.