From 5b949a7fec71dde4c0f6410280ccd7950d3a5f32 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 20 Aug 2012 16:54:53 +0000 Subject: [PATCH] Initiative to replace "Eiffel language" and similar with "Eiffel programming language" Author:halw Date:2012-08-20T16:54:53.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1167 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- documentation/current/guide/learning-eiffel.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/guide/learning-eiffel.wiki b/documentation/current/guide/learning-eiffel.wiki index 4dca2fb4..a6e745ef 100644 --- a/documentation/current/guide/learning-eiffel.wiki +++ b/documentation/current/guide/learning-eiffel.wiki @@ -44,7 +44,7 @@ A third source of examples is the [[Examples]] book in the documentation pages. =Eiffel Programming Language Syntax= -The documentation site includes a summary of the [[Quick reference to Eiffel the language|syntax of Eiffel]] the language. This summary is intended to reflect the state of the current official [[ECMA Standard 367|ISO/ECMA Eiffel standard document]]. +The documentation site includes a summary of the [[Quick reference to the Eiffel programming language|syntax of Eiffel]] the language. This summary is intended to reflect the state of the current official [[ECMA Standard 367|ISO/ECMA Eiffel standard document]]. However, usually you will find that there are differences in the syntax supported by EiffelStudio's compiler and that defined in the current standard. The differences between the standard and the EiffelStudio implementation are summarized in the [[EiffelStudio release notes]] and in a [[Differences between standard ECMA-367 and Eiffel Software implementation|documentation page]] that is specific to that purpose.