<ul><table border=0>
<tr>
<td><code>$0</code>, <code>$1</code>, <code>$2</code>, ...    </td>
-<td>Actual parameters</td>
+<td><code>this</code> and actual parameters</td>
</tr>
<tr>
<p>The parameters passed to the target method
are accessible with
-<code>$0</code>, <code>$1</code>, <code>$2</code>, ... instead of
+<code>$1</code>, <code>$2</code>, ... instead of
the original parameter names.
<code>$1</code> represents the
first parameter, <code>$2</code> represents the second parameter, and
<ul><table border=0>
<tr>
<td><code>$0</code>, <code>$1</code>, <code>$2</code>, ...    </td>
-<td>Actual parameters</td>
+<td><code>this</code> and actual parameters</td>
</tr>
<tr>