Skip to content

Commit 0a80c70

Browse files
committed
Fixed casing in titles
1 parent e64e8c7 commit 0a80c70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_data/examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
url: lambdas
2727
- title: Named Arguments
2828
url: namedArguments
29-
- title: Let Function
29+
- title: let Function
3030
url: letFunction
31-
- title: with function
31+
- title: with Function
3232
url: withFunction
3333
- title: Inheritance
3434
url: inheritance

_examples/letFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: let function
2+
title: let Function
33
---
44

55
*let()* is a useful function defined in Kotlin standard library. It can be used for scoping and null-checks.

_examples/withFunction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: with function
2+
title: with Function
33
---
44

55
*with* is a function defined in the standard library that can be used to access members of an object in a more concise way, avoiding having to

0 commit comments

Comments
 (0)