Skip to content

Commit

Permalink
chore: add link to strings API
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahhaggarty committed Jul 25, 2023
1 parent e9cde2a commit f9097ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/topics/strings.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f9097ec

Please sign in to comment.