Skip to content

Commit 6ba50a0

Browse files
authored
Merge pull request #684 from boriel/docs
doc: fix missing word in GOTO page
2 parents 0083838 + b8607bf commit 6ba50a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/goto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can't GOTO into a function or sub.
2323
40 GOTO 20
2424
```
2525

26-
This will `This is executed before END` and then jump into
26+
This will print `This is executed before END` and then jump into
2727
line 20, finishing the program.
2828

2929

0 commit comments

Comments
 (0)