Skip to content

Commit b8607bf

Browse files
committed
doc: fix missing word in GOTO page
1 parent 47ee595 commit b8607bf

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)