Fix a couple of typos in docs and ReadMe
* Fix a couple of typos - In the main ReadMe.md - In onEach template's doc * Update generated source code
This commit is contained in:
@@ -759,7 +759,7 @@ public expect fun <T> Sequence<T>.none(): Boolean
|
||||
public expect inline fun <T> Sequence<T>.none(predicate: (T) -> Boolean): Boolean
|
||||
|
||||
/**
|
||||
* Returns a sequence which performs the given [action] on each element of the original sequence as they pass though it.
|
||||
* Returns a sequence which performs the given [action] on each element of the original sequence as they pass through it.
|
||||
*
|
||||
* The operation is _intermediate_ and _stateless_.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user