Minor: Fix spelling of intention text

#KT-9639 Fixed
This commit is contained in:
Alexey Sedunov
2015-10-19 16:31:07 +03:00
parent 929d06c86f
commit 3d88df73e0
6 changed files with 6 additions and 9 deletions
@@ -1,6 +1,6 @@
// "Remove 'val' from parameter" "false"
// ACTION: Make internal
// ACTION: Make private
// ACTION: Create Test
// ACTION: Create test
class C(<caret>val x: String) {
}