merge changes from branch 17.05 onto trunk

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1941 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2018-02-06 13:41:39 +00:00
parent 0b47147042
commit 265a446dab
14 changed files with 293 additions and 307 deletions

View File

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