mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 04:06:48 +08:00
Update README.md
Typo fix
This commit is contained in:
parent
cc00e6fa56
commit
28c071ba87
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue