Skip to content

Commit 59b7d1c

Browse files
authored
Merge pull request #929 from polluks/main
Fixed typo
2 parents abf883a + 739f841 commit 59b7d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ Note that the rules for assembly change dramatically from standard ZX BASIC, and
169169
* Comments are begun with a semicolon (`;`) instead of an apostrophe (`'`).
170170
* The assembler supports `DEFB` to define comma separated bytes, or a quote delimited string.
171171
* The assembler supports `DEFS n,B` to shortcut a series of n bytes of value B.
172-
* The assembler supports it's own set of #directives, including [incbin](asm/incbin.md)
172+
* The assembler supports its own set of #directives, including [incbin](asm/incbin.md)
173173

174174
A novice user of assembly would be well advised to examine code held in the [library](library.md) for examples and usage.

0 commit comments

Comments
 (0)