Skip to content

Commit 4b85ee8

Browse files
committed
Fix typo in LOAD/SAVE/VERIFY
1 parent 70206b5 commit 4b85ee8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/load.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Parenthesis can be omitted (in Sinclair BASIC they were mandatory). You can also
2727
SAVE "xxx" DATA
2828
```
2929

30-
With no varname saves ALL the entire user variable variable área plus the HEAP memory zone.
31-
That is, it saves all the program state. You can also use `LOAD`/`VERIFY` with this.
30+
With no varname saves ALL the entire user variable area plus the HEAP memory zone.
31+
That is, it saves the entire program state. You can also use `LOAD`/`VERIFY` with this.
3232

3333
##Remarks
3434
* The save command should save bytes in a format that is 100% Sinclair BASIC Compatible

0 commit comments

Comments
 (0)