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 fa4fc1cb..c5382ed7 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -29,17 +29,14 @@ User defined templates will have precedence over templates located at the Eiffel * Code templates could be Global/Target-less or applicable to a given Context Queries and Commands accept multiple arguments like (a:T1; b:T2; c:T3), if any, will be used as input arguments where the default values will be filled with defaults if they exist. * Target Templates inherit from TEMPLATE [T] -These templates will inherit a feature `target' with the type of the context, the generic type. +These templates will inherit a feature `target` with the type of the context, the generic type. * Targetless Templates inherit from TEMPLATE -These templates does not have the feature `target'. +These templates does not have the feature `target`. * Metadata: it’s possible to add metadata to code templates using note clause ** title: title of template, if not present we will use the name of the feature defined in the template. ** tags: List of tags to classify the template. ** default: use to define default values for input arguments. - - - ==Templates Skeleton==