Create from usage: sentence capitalization

This commit is contained in:
Dmitry Avdeev
2014-12-06 12:06:07 +03:00
parent 10d9a87226
commit 466b4e442b
242 changed files with 255 additions and 252 deletions

View File

@@ -1,4 +1,4 @@
// "Create Local Variable 'a'" "true"
// "Create local variable 'a'" "true"
class C {
void foo() {
<caret>a = 10;