diff options
author | ehilsdal <ehilsdal> | 2003-04-08 22:24:54 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2003-04-08 22:24:54 +0000 |
commit | 903ad7dfe7222aee7a78f216347167be1f49608a (patch) | |
tree | 6602ca8fa846fdda2af9a0bc2cbe6883be338b11 /docs/progGuideDB | |
parent | e2af842ae7dbf3b0315a5f73d3d5ec9b7f041556 (diff) | |
download | aspectj-903ad7dfe7222aee7a78f216347167be1f49608a.tar.gz aspectj-903ad7dfe7222aee7a78f216347167be1f49608a.zip |
fixed typo
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r-- | docs/progGuideDB/language.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/progGuideDB/language.xml b/docs/progGuideDB/language.xml index 709b5c764..77c09a58d 100644 --- a/docs/progGuideDB/language.xml +++ b/docs/progGuideDB/language.xml @@ -370,7 +370,7 @@ pointcut ioHandler(): within(MyClass) && handler(IOException); </term> <listitem> <para> - <literal>cflow(void Test.main())</literal> + <literal>cflow(call(void Test.main()))</literal> </para> </listitem> </varlistentry> |