fixed typo

This commit is contained in:
ehilsdal 2003-04-08 22:24:54 +00:00
parent e2af842ae7
commit 903ad7dfe7

View File

@ -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>