From 3a31191cf493d348b0e9cc80e4ec2575a67c3a5e Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Mon, 2 Aug 2021 07:44:55 +1000 Subject: [PATCH] Add missing pluralisation As for the subsequent usage 'number' should be pluralised. --- 12_2_Using_Other_Script_Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_2_Using_Other_Script_Commands.md b/12_2_Using_Other_Script_Commands.md index 1daa3f3..af30e4e 100644 --- a/12_2_Using_Other_Script_Commands.md +++ b/12_2_Using_Other_Script_Commands.md @@ -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