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 99acabce..2a60f8f7 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -71,7 +71,8 @@ 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. + -- where the interval is defined by default + -- by array.lower |..| array.upper. note tags: "Algorithm, Maximum, ARRAY" default: "target.lower, target.upper"