From 382984bcfe6407205b76420272988108bbc9651c Mon Sep 17 00:00:00 2001 From: halw Date: Fri, 6 Apr 2012 19:40:42 +0000 Subject: [PATCH] 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 --- .../creating-new-void-safe-project.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki b/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki index 2482d3c0..01032203 100644 --- a/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki +++ b/documentation/current/method/void-safe-programming-eiffel/creating-new-void-safe-project.wiki @@ -104,7 +104,7 @@ The keyword attribute should be used with some care. You might be t The complete attached syntax is: - attached {SOME_CLASS} exp as l_exp + attached {SOME_TYPE} exp as l_exp In this section, we will see more ways in which to use this versatile language facility.