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.