diff options
author | Ian C <ianc@noddybox.co.uk> | 2016-04-25 22:46:34 +0100 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2016-04-25 22:46:34 +0100 |
commit | 5aa06611156a1a1f777e7780e13c55aaff04cbc8 (patch) | |
tree | b358f36a11bf73f3503b800f3bf3fff5aabecd94 /doc | |
parent | 2c916f16df4440a04a3fa884e9d2d7ff0fe789d0 (diff) |
Fixed a couple of typos in the docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/casm.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/casm.html b/doc/casm.html index 7bcc540..a57255d 100644 --- a/doc/casm.html +++ b/doc/casm.html @@ -600,7 +600,7 @@ Inequality. Returns 1 if the arguments are unequal, otherwise zero. </td> <td class="def"> Less than/less than or equal/greater than/greater than or equal. Returns 1 -if the arguments are equal, otherwise zero. +if the expression is true, otherwise zero. </td></tr> </table> @@ -1091,11 +1091,11 @@ Whether this is a Gameboy Super extended cartridge. Defaults to <i>off</i>. </td></tr> <tr><td class="cmd"> -option gameboy-cart-type, <on|off> +option gameboy-cart-type, <i>number</i> </td> <td class="def"> Specifies the cartridge type. Defaults to -1, which means the output driver -will pick the appropriate type. +will try and pick the appropriate type. </td></tr> <tr><td class="cmd"> |