This commit is contained in:
Ilya Ryzhenkov
2014-04-15 15:52:48 +04:00
committed by Andrey Breslav
parent 89c1260627
commit e43d08d228
2 changed files with 14 additions and 14 deletions
@@ -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 {
"""