Skip to content

Commit

Permalink
Minor: typo in heading markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g committed Mar 6, 2020
1 parent 8bdf3d2 commit 11baf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/stdlib/scan-and-scanReduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ return all intermediate accumulator values. Indexed variants are also introduced
* Coroutines Flow has `scan` ([docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/scan.html)) and `scanReduce` ([docs](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/scan-reduce.html)) methods
* RxJava contains method named `scan` ([docs](http:https://reactivex.io/documentation/operators/scan.html))

##Description
## Description

```kotlin
// function that accumulates collection starting from left to right using a given initial accumulator, and returns all successive accumulation values
Expand Down

0 comments on commit 11baf0f

Please sign in to comment.