Skip to content

Commit 7c2311e

Browse files
abelkovAlexanderPrendota
authored andcommitted
fix: typo in let.md
* fix typo in let.md * fix typo in let.md
1 parent 01d3aa4 commit 7c2311e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/06_scope_functions/01_let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fun customPrint(s: String) {
1212

1313
fun main() {
1414
//sampleStart
15-
val empty = "testKotlin".let { // 1
15+
val empty = "test".let { // 1
1616
customPrint(it) // 2
1717
it.isEmpty() // 3
1818
}

0 commit comments

Comments
 (0)