From 0b082397bb0366a5af250bdf1c757e0c26571de6 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 23 Nov 2018 15:32:53 -0800 Subject: [PATCH] Fixed typo. --- core/control_flow.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/control_flow.nom b/core/control_flow.nom index 636f586..f01d948 100644 --- a/core/control_flow.nom +++ b/core/control_flow.nom @@ -385,7 +385,7 @@ test: unless ((size of "\%code") > 0): compile error at %line "\ - ..You can't have an 'else' block without a preceeding condition" + ..You can't have an 'else' block without a preceding condition" .."\ ..If you want the code in this block to always execute, you don't need a conditional block around it. \ ..Otherwise, make sure the 'else' block comes last." @@ -447,7 +447,7 @@ test: unless ((size of "\%code") > 0): compile error at %line "\ - ..You can't have an 'else' block without a preceeding condition" + ..You can't have an 'else' block without a preceding condition" .."\ ..If you want the code in this block to always execute, you don't need a conditional block around it. \ ..Otherwise, make sure the 'else' block comes last."