modify spot to match intention implementation

fix description grammar
This commit is contained in:
Bas Leijdekkers
2010-12-15 16:19:48 +01:00
parent ee1263c1c1
commit 8ac9dcc94d
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
public class X {
void f() {
int i <spot>=</spot> 0;
<spot>int i = 0</spot>;
}
}
@@ -1,6 +1,6 @@
<html>
<body>
<font face="verdana" size="-1">This intention converts local variable declaration with the initializer into separate variable declaration and variable assignment statement.
<font face="verdana" size="-1">This intention converts a local variable declaration with an initializer into separate variable declaration and variable assignment statements.
</font>
</body>
</html>