Skip to content

Commit ad65b81

Browse files
Remove unused initialState in Observable.partition (#14484)
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.
1 parent 347a4aa commit ad65b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FSharp.Core/observable.fsi

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ module Observable =
135135
/// let observableNumbers = Observable.ToObservable numbers
136136
///
137137
/// let isEvenNumber = fun number -> number % 2 = 0
138-
/// let initialState = 2
139138
///
140139
/// let leftPartition, rightPartition =
141140
/// Observable.partition isEvenNumber observableNumbers

0 commit comments

Comments
 (0)