diff options
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/tutorial2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/tutorial2.html b/tutorial/tutorial2.html index 65be0311..445fc90b 100644 --- a/tutorial/tutorial2.html +++ b/tutorial/tutorial2.html @@ -664,7 +664,7 @@ with a block: <p>so that the first parameter to <code>move()</code> is always 0. Note that the substituted code is not an expression but -a statement or a block. +a statement or a block. It cannot be or contain a try-catch statement. <p>The method <code>instrument()</code> searches a method body. If it finds an expression such as a method call, field access, and object |