From 7e014b0f40ad35d944913c6afd4c8f10fa8d3974 Mon Sep 17 00:00:00 2001 From: Grzegorz Piwowarek Date: Thu, 15 Jun 2017 16:10:18 +0200 Subject: [PATCH] Create README.md (#2080) --- kotlin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/README.md b/kotlin/README.md index 57d16e0415..1408bc1ebd 100644 --- a/kotlin/README.md +++ b/kotlin/README.md @@ -4,5 +4,5 @@ - [A guide to the “when{}” block in Kotlin](http://www.baeldung.com/kotlin-when) - [Comprehensive Guide to Null Safety in Kotlin](http://www.baeldung.com/kotlin-null-safety) - [Kotlin Java Interoperability](http://www.baeldung.com/kotlin-java-interoperability) -- [Difference Between “==” and “===” in Kotlin]() +- [Difference Between “==” and “===” in Kotlin](http://www.baeldung.com/kotlin-equality-operators) - [Generics in Kotlin](http://www.baeldung.com/kotlin-generics)