diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index f94fd928..744902fa 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -33,6 +33,13 @@ and should be used only if you are using revision 86657 or later. +Also, if you use an anchored declaration such as: + + + my_entity: like my_query + + +and the type of my_query is separate, you should make sure you are using revision 86657 or later. =Implementation dependent behavior=