From d29151204c7009ad9346192eefa84c21ce5933e5 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 21 Nov 2016 19:28:26 +0000 Subject: [PATCH] Update wikipage Code Templates. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1667 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/Code-Templates.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki index dd93ddc7..b51b562f 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -16,7 +16,7 @@ For example, if you are using an integer array, EiffelStudio will offer a code t EiffelStudio comes with a number of predefined templates; you can also contribute your own. There are two kinds of template: -* Targeted, that is, applied to a certain target entity. For example, if you have a variable of type ARRAY [INTEGER], EiffelStudio will offer you templates that work on that array (the “target”). +* Targeted, that is, applied to a certain target entity. For example, if you have a variable of type ARRAY [INTEGER], EiffelStudio will offer you templates that work on that array (the “target”). * Targetless (or “global’): applicable in all contexts, without a target.