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:
@@ -843,7 +843,7 @@ object Aggregates : TemplateGroupBase() {
|
||||
|
||||
specialFor(Sequences) {
|
||||
returns("SELF")
|
||||
doc { "Returns a sequence which performs the given [action] on each ${f.element} of the original sequence as they pass though it." }
|
||||
doc { "Returns a sequence which performs the given [action] on each ${f.element} of the original sequence as they pass through it." }
|
||||
sequenceClassification(intermediate, stateless)
|
||||
body {
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user