Add missing pluralisation

As for the subsequent usage 'number' should be pluralised.
This commit is contained in:
Tobin Harding 2021-08-02 07:44:55 +10:00
parent af86e95491
commit 3a31191cf4
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -18,7 +18,7 @@ Manipulate one number:
Also see: `OP_0NOTEQUAL` (0x92)
Manipulate two number mathematically:
Manipulate two numbers mathematically:
* OP_ADD (0x93) — Add two numbers
* OP_SUB (0x94) — Subtract two numbers