Fix typo
This commit is contained in:
committed by
Andrey Breslav
parent
89c1260627
commit
e43d08d228
@@ -182,7 +182,7 @@ fun elements(): List<GenericFunction> {
|
||||
}
|
||||
}
|
||||
templates add f("firstOrNull()") {
|
||||
doc { "Returns first elementm, or null if collection is empty" }
|
||||
doc { "Returns first element, or null if collection is empty" }
|
||||
returns("T?")
|
||||
body {
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user