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 6a69f280..60068275 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -39,7 +39,8 @@ inherit feature -- Templates slice_maximum (low, high: INTEGER): T - -- Get the maximum of an array, where the interval is defined by default by array.lower |..| array.upper. + -- Get the maximum of an array, + -- where the interval is defined by default by array.lower |..| array.upper. note tags: "Algorithm, Maximum, ARRAY" default: "target.lower, target.upper"