summaryrefslogtreecommitdiffhomepage
path: root/kotlin.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'kotlin.html.markdown')
-rw-r--r--kotlin.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlin.html.markdown b/kotlin.html.markdown
index a7f26126..ca11ee3c 100644
--- a/kotlin.html.markdown
+++ b/kotlin.html.markdown
@@ -36,7 +36,7 @@ fun main(args: Array<String>) {
so we don't have to explicitly specify it every time.
We can explicitly declare the type of a variable like so:
*/
- val foo : Int = 7
+ val foo: Int = 7
/*
Strings can be represented in a similar way as in Java.