We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c18f29e commit e1baa0fCopy full SHA for e1baa0f
README.md
@@ -1,4 +1,4 @@
1
-[](https://travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop)
+[](https://travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop)
2
[](https://www.gnu.org/licenses/gpl-3.0)
3
# kotlin-dsl-lambda-workshop
4
@@ -222,4 +222,4 @@ and the next
222
* `map["key"] // map.get("key")`
223
* lambda outside of parentheses
224
* `file.use { it.read() } // file.use({ f -> f.read() } ) `
225
- * lambda with a receiver
+ * lambda with a receiver
0 commit comments