Arg postfix postfix completion: fix typo in description

#KT-34386 Fixed
This commit is contained in:
Toshiaki Kameyama
2019-10-18 08:40:39 +09:00
committed by Roman Golyshev
parent cad3cb1bbe
commit dbb282e60f
2 changed files with 2 additions and 2 deletions
@@ -1,3 +1,3 @@
fun foo(s: String) {
<spot>call(s)</sport>
<spot>call(s)</spot>
}
@@ -1,3 +1,3 @@
fun foo(s: String) {
<spot>s</sport>$key
<spot>s</spot>$key
}