Update wikipage Type selection. (Signed-off-by:bmeyer).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1932 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2017-11-24 12:54:30 +00:00
parent f75be467e8
commit febac72532

View File

@@ -37,7 +37,7 @@ The code generated for the selected type is quite straightforward, an example:
[[Image:feature-wizard-complextype]] [[Image:feature-wizard-complextype]]
<code> <code>
new_feature: FUNCTION [ANY, TUPLE [INTEGER], BOOLEAN] new_feature: FUNCTION [TUPLE [INTEGER], BOOLEAN]
</code> </code>