Skip to content

Commit e4d7f4a

Browse files
committed
fix: correct function name from printat42 to print42 in documentation
1 parent 1862266 commit e4d7f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/library/print42.bas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Moves the print42 system's print cursor to row Y, column X. Note that `0 <= x <=
1919
for X can be up to 41. The range of values for Y is the normal 0-23.
2020

2121
```
22-
printat42(STRING)
22+
print42(STRING)
2323
```
2424

2525
Prints the string to the screen at the current Print42 co-ordinates. It does so in the current permanent colours.

0 commit comments

Comments
 (0)