From 23b5dc25dec8c2a8deb044fcba350f52eed82b95 Mon Sep 17 00:00:00 2001 From: Rob Warner Date: Wed, 4 May 2016 13:17:20 -0400 Subject: [PATCH] Fix typo --- doc/site/error-handling.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/site/error-handling.markdown b/doc/site/error-handling.markdown index 42e3574e..d8b7012b 100644 --- a/doc/site/error-handling.markdown +++ b/doc/site/error-handling.markdown @@ -81,7 +81,7 @@ This exits with: Subscript must be a number or a range. [main line 2] in (script) -These are the most two common kinds of runtime errors, but there are others. +These are the two most common kinds of runtime errors, but there are others. Stuff like out of bounds errors on lists, calling a function with the wrong number of arguments, etc.