Corrected SOME_CLASS to SOME_TYPE in attached syntax.

Author:halw
Date:2012-04-06T19:40:42.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1061 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-04-06 19:40:42 +00:00
parent aef1696727
commit 382984bcfe

View File

@@ -104,7 +104,7 @@ The keyword <code>attribute</code> should be used with some care. You might be t
The complete attached syntax is: The complete attached syntax is:
<code> <code>
attached {SOME_CLASS} exp as l_exp attached {SOME_TYPE} exp as l_exp
</code> </code>
In this section, we will see more ways in which to use this versatile language facility. In this section, we will see more ways in which to use this versatile language facility.