Skip to content

Commit

Permalink
Remove unused initialState in Observable.partition (#14484)
Browse files Browse the repository at this point in the history
In the docs, under [Observable.partition](https://fsharp.github.io/fsharp-core-docs/reference/fsharp-control-observablemodule.html#partition), there is an `initialState` expression which seems to be unused. 

This PR removes this expression.
  • Loading branch information
yasinaydinnet authored Dec 18, 2022
1 parent 347a4aa commit ad65b81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/FSharp.Core/observable.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ module Observable =
/// let observableNumbers = Observable.ToObservable numbers
///
/// let isEvenNumber = fun number -> number % 2 = 0
/// let initialState = 2
///
/// let leftPartition, rightPartition =
/// Observable.partition isEvenNumber observableNumbers
Expand Down

0 comments on commit ad65b81

Please sign in to comment.