diff options
author | wisberg <wisberg> | 2006-05-31 07:28:10 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2006-05-31 07:28:10 +0000 |
commit | f18d686bf02bb4dff4011ec3609a9035955da428 (patch) | |
tree | b4ed190f3dda3c42f7ccb81c5e4898ffe09c74e3 /docs/progGuideDB/semantics.xml | |
parent | 69d420e8f33b47425c18e4d9bcf4a1595156871e (diff) | |
download | aspectj-f18d686bf02bb4dff4011ec3609a9035955da428.tar.gz aspectj-f18d686bf02bb4dff4011ec3609a9035955da428.zip |
it's -> its
Diffstat (limited to 'docs/progGuideDB/semantics.xml')
-rw-r--r-- | docs/progGuideDB/semantics.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progGuideDB/semantics.xml b/docs/progGuideDB/semantics.xml index e6d828c3e..6c2fb173a 100644 --- a/docs/progGuideDB/semantics.xml +++ b/docs/progGuideDB/semantics.xml @@ -1071,7 +1071,7 @@ aspect A { <para> The if pointcut picks out join points based on a dynamic property. - It's syntax takes an expression, which must evaluate to a boolean + its syntax takes an expression, which must evaluate to a boolean true or false. Within this expression, the <literal>thisJoinPoint</literal> object is available. So one (extremely inefficient) way of picking out all call join points would |