Skip to content

Commit 9bca140

Browse files
authored
Update User-Input.md
1 parent 173d7aa commit 9bca140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

User-Input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ r1.question('Do you want to hit or pass ?', (answer) => {
3939
});
4040
```
4141

42-
#### Loops with `readline`
42+
#### Looping with `readline`
4343

4444
In order to create a looping structure e.g creating a Text Adventure game or a BlackJack game using `readline` you must use a recursive function as a `while` or `do...while` won't execute continuosuly using `readline`.
4545

0 commit comments

Comments
 (0)