From 2a5fa805669960712b39562e59a369d6e3be502e Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 23 Aug 2012 15:30:58 +0000 Subject: [PATCH] m Author:halw Date:2012-08-23T15:30:58.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1168 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../major-changes-between-ise-eiffel-70-and-ise-eiffel-71.wiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-70-and-ise-eiffel-71.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-70-and-ise-eiffel-71.wiki index 8818fa76..729042c6 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-70-and-ise-eiffel-71.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/compiler-history/major-changes-between-ise-eiffel-70-and-ise-eiffel-71.wiki @@ -22,8 +22,7 @@ * Removed type qualifiers from manifest constants to follow the changes in the language rules that now prevent from using them in constant attribute declarations. * VWEQ warnings will only be triggered for immediate code, not inherited code. * The assignment attempt operator ?= is now triggering an obsolete syntax warning. -* Changed expected content of verbatim strings to take into acccount that empty lines and empty lines -with blanks are considered as different (test#syntax045). +* Changed expected content of verbatim strings to take into account that empty lines and empty lines with blanks are considered as different (test#syntax045). * Default projects are now console applications by default. ==Bug fixes==