Skip to content

Commit 79bce29

Browse files
VoxDaicarols10cents
authored andcommitted
Fix: typo
Fix a typo in ch03-05-control-flow.md
1 parent 04bc139 commit 79bce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch03-05-control-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ like this:
191191

192192
When we run this program, we’ll see `again!` printed over and over continuously
193193
until we stop the program manually. Most terminals support the keyboard shortcut
194-
<kbd>ctrl</kbd>-<kdb>c</kbd> to interrupt a program that is stuck in a continual
194+
<kbd>ctrl</kbd>-<kbd>c</kbd> to interrupt a program that is stuck in a continual
195195
loop. Give it a try:
196196

197197
<!-- manual-regeneration

0 commit comments

Comments
 (0)