Commit 5120dcd
Fix minor typo in 03_functions
Fixes inconsistent verb tense use on line 363 of 03_functions.
Before: In one case, `console.log` [had] to jump back to the `greet` function. In the other case, it jumps back to the end of the program.
After: In one case, `console.log` [has] to jump back to the `greet` function. In the other case, it jumps back to the end of the program.
Use of "has" is consistent with the rest of the paragraph, which is written in present tense.1 parent 67e1f23 commit 5120dcd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
0 commit comments