From 20d9bc626bd8f04cd7507fa3b5cd50aba3f184df Mon Sep 17 00:00:00 2001 From: halw Date: Fri, 19 Mar 2010 18:35:14 +0000 Subject: [PATCH] m Author:halw Date:2010-03-19T18:35:14.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@533 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../handling-syntax-and-validity-errors.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/handling-syntax-and-validity-errors.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/handling-syntax-and-validity-errors.wiki index 6e5c4ac8..f43ce358 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/handling-syntax-and-validity-errors.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/handling-syntax-and-validity-errors.wiki @@ -1,7 +1,6 @@ [[Property:title|Handling Syntax and Validity Errors]] [[Property:weight|-3]] [[Property:uuid|c2be8123-b793-f8ce-e082-d4fdacc6bbe6]] - So far we have tried to make sure that everything went smoothly. But in actual software development you may encounter error situations, and it is useful to know what can happen then. @@ -43,7 +42,7 @@ To see this mechanism at work, let us introduce a validity error. There is in fa -- inv: INVALID; -If uncommented, this is a declaration of a feature of type INVALID. A class called INVALID indeed exists in file invalid.e of the root cluster, but it contains a validity error. To see what it is, remove the initial double-dash -- in the above line from class TESTROOT so that it is not a comment any more. +If uncommented, this is a declaration of a feature of type INVALID. A class called INVALID indeed exists in file invalid.e of the root cluster, but it contains a validity error. To see what it is, remove the initial double-hyphen -- in the above line from class TESTROOT so that it is not a comment any more. [[Image:es gt development window validity error 01|inv: INVALID uncommented]]