We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22476e3 commit c7ef39aCopy full SHA for c7ef39a
examples/03_special_classes/04_Object.md
@@ -72,7 +72,7 @@ You can also use the `object` **declaration**. It isn't an expression, and can't
72
73
```run-kotlin
74
object DoAuth { //1
75
- fun takeParams(username: String, password: String){ //2
+ fun takeParams(username: String, password: String) { //2
76
println("input Auth parameters = $username:$password")
77
}
78
0 commit comments