aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
diff options
context:
space:
mode:
authorehilsdal <ehilsdal>2003-04-08 22:24:54 +0000
committerehilsdal <ehilsdal>2003-04-08 22:24:54 +0000
commit903ad7dfe7222aee7a78f216347167be1f49608a (patch)
tree6602ca8fa846fdda2af9a0bc2cbe6883be338b11 /docs/progGuideDB
parente2af842ae7dbf3b0315a5f73d3d5ec9b7f041556 (diff)
downloadaspectj-903ad7dfe7222aee7a78f216347167be1f49608a.tar.gz
aspectj-903ad7dfe7222aee7a78f216347167be1f49608a.zip
fixed typo
Diffstat (limited to 'docs/progGuideDB')
-rw-r--r--docs/progGuideDB/language.xml2
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>