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.
2 parents ddd2df1 + c7ef39a commit 017baeeCopy full SHA for 017baee
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