diff options
-rw-r--r-- | docs/adk15ProgGuideDB/pertypewithin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adk15ProgGuideDB/pertypewithin.xml b/docs/adk15ProgGuideDB/pertypewithin.xml index b8da82f46..9e0e73645 100644 --- a/docs/adk15ProgGuideDB/pertypewithin.xml +++ b/docs/adk15ProgGuideDB/pertypewithin.xml @@ -79,7 +79,7 @@ the aspect tracks all known instances of each type within <literal>org.xyz..*</literal>. To get access to the instances, a programmer can simply write - <literal>InstanceTracking.instanceOf(org.xyz.SomeType).getInstances()</literal>. + <literal>InstanceTracking.aspectOf(org.xyz.SomeType).getInstances()</literal>. </para> <para> |