fix qualified links in Module.md
#KT-11373 Fixed
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
The Kotlin Standard Library provides living essentials for everyday work with Kotlin.
|
The Kotlin Standard Library provides living essentials for everyday work with Kotlin.
|
||||||
These include:
|
These include:
|
||||||
- Higher-order functions implementing idiomatic patterns ([let], [apply], [use], [synchronized], etc).
|
- Higher-order functions implementing idiomatic patterns ([let][kotlin.let], [apply][kotlin.apply], [use][kotlin.io.use], [synchronized][kotlin.synchronized], etc).
|
||||||
- Extension functions providing querying operations for collections (eager) and sequences (lazy).
|
- Extension functions providing querying operations for collections (eager) and sequences (lazy).
|
||||||
- Various utilities for working with strings and char sequences.
|
- Various utilities for working with strings and char sequences.
|
||||||
- Extensions for JDK classes making it convenient to work with files, IO, and threading.
|
- Extensions for JDK classes making it convenient to work with files, IO, and threading.
|
||||||
@@ -23,7 +23,7 @@ Collection types, such as [Iterable], [Collection], [List], [Set], [Map] and rel
|
|||||||
|
|
||||||
# Package kotlin.comparisons
|
# Package kotlin.comparisons
|
||||||
|
|
||||||
[Comparator] factory and extension functions and comparison helper functions.
|
Helper functions for creating [Comparator][java.util.Comparator] instances.
|
||||||
|
|
||||||
# Package kotlin.concurrent
|
# Package kotlin.concurrent
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ Java reflection.
|
|||||||
|
|
||||||
# Package kotlin.sequences
|
# Package kotlin.sequences
|
||||||
|
|
||||||
[Sequence] type that represents lazily evaluated collections. Top-level functions for instantiating sequences
|
[Sequence][kotlin.sequences.Sequence] type that represents lazily evaluated collections. Top-level functions for instantiating sequences
|
||||||
and extension functions for sequences.
|
and extension functions for sequences.
|
||||||
|
|
||||||
# Package kotlin.system
|
# Package kotlin.system
|
||||||
|
|||||||
Reference in New Issue
Block a user