Update Readme.md
This commit is contained in:
parent
d9dea16c76
commit
b9e8b113fd
|
@ -1,10 +1,10 @@
|
|||
## Core Kotlin
|
||||
|
||||
This module contains articles about core Kotlin.
|
||||
This module contains articles about Object-Oriented Programming in Kotlin
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
- [Generics in Kotlin](https://www.baeldung.com/kotlin-generics)
|
||||
- [Delegated Properties in Kotlin](https://www.baeldung.com/kotlin-delegated-properties)
|
||||
- [Delegation Pattern in Kotlin](https://www.baeldung.com/kotlin-delegation-pattern)
|
||||
|
||||
- [[<-- Prev]](/core-kotlin-lang-oop)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Core Kotlin Lang OOP
|
||||
|
||||
This module contains articles about core Kotlin language OOP.
|
||||
This module contains articles about Object-Oriented Programming in Kotlin
|
||||
|
||||
### Relevant articles:
|
||||
|
||||
|
|
Loading…
Reference in New Issue