Fixed typo.

This commit is contained in:
Bruce Hill 2018-11-23 15:32:53 -08:00
parent fa967247da
commit 0b082397bb

View File

@ -385,7 +385,7 @@ test:
unless ((size of "\%code") > 0): unless ((size of "\%code") > 0):
compile error at %line "\ 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. \ ..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." ..Otherwise, make sure the 'else' block comes last."
@ -447,7 +447,7 @@ test:
unless ((size of "\%code") > 0): unless ((size of "\%code") > 0):
compile error at %line "\ 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. \ ..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." ..Otherwise, make sure the 'else' block comes last."