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 4ec77f13..0d00626c 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 @@ -76,7 +76,7 @@ In the introduction to the attached syntax, we used an example which showed how is a CAP for x ... but that's only true if x is a local variable or a formal argument to the routine that contains the code. -So access a detachable attribute safely, we could declare a local variable, make an assignment, and test for Void as above. Something like this: +So to access a detachable attribute safely, we could declare a local variable, make an assignment, and test for Void as above. Something like this: my_detachable_attribute: detachable MY_TYPE