diff --git a/docs/topics/strings.md b/docs/topics/strings.md index 3d50ef0e3d9..cb662cf4361 100644 --- a/docs/topics/strings.md +++ b/docs/topics/strings.md @@ -1,6 +1,7 @@ [//]: # (title: Strings) -Strings in Kotlin are represented by the type `String`. Generally, a string value is a sequence of characters in double quotes (`"`): +Strings in Kotlin are represented by the type [`String`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/). +Generally, a string value is a sequence of characters in double quotes (`"`): ```kotlin val str = "abcd 123"