Update wikipage Code Templates. (Signed-off-by:javier).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1627 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-09-21 19:02:40 +00:00
parent 44dd2e48c0
commit 956781cf9f

View File

@@ -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"