summaryrefslogtreecommitdiffstats
path: root/docs/progGuideDB
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2014-06-19 16:40:42 -0700
committerAndy Clement <aclement@gopivotal.com>2014-06-19 16:40:42 -0700
commitf0d71519f53ee5bde96393c7cb61bd26fedf1855 (patch)
treed9fd715c869a00b67be670d790a4ae0ee1c8c334 /docs/progGuideDB
parent3c2b8b77881c721b5c274db939a30bcb3130a401 (diff)
downloadaspectj-f0d71519f53ee5bde96393c7cb61bd26fedf1855.tar.gz
aspectj-f0d71519f53ee5bde96393c7cb61bd26fedf1855.zip
fix 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 ac7aecb5b..c666c106a 100644
--- a/docs/progGuideDB/language.xml
+++ b/docs/progGuideDB/language.xml
@@ -235,7 +235,7 @@ void setX(int x) { this.x = x; }
]]></programlisting>
<para>
- This piece of program says that that when method named
+ This piece of program says that when method named
<literal>setX</literal> with an <literal>int</literal> argument
called on an object of type <literal>Point</literal>, then the method
body <literal>{ this.x = x; }</literal> is executed. Similarly, the