From f32379a55853db947c2512982d3979341119807f Mon Sep 17 00:00:00 2001
From: Adam Bard <github@adambard.com>
Date: Tue, 15 Mar 2016 15:34:19 -0700
Subject: [PATCH] Set kotlin highlighting to java

---
 kotlin.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kotlin.html.markdown b/kotlin.html.markdown
index ae0123a7..57f311f9 100644
--- a/kotlin.html.markdown
+++ b/kotlin.html.markdown
@@ -9,7 +9,7 @@ Kotlin is a Statically typed programming language for the JVM, Android and the
 browser. It is 100% interoperable with Java.
 [Read more here.](https://kotlinlang.org/)
 
-```kotlin
+```java
 // Single-line comments start with //
 /*
 Multi-line comments look like this.