未验证 提交 ad65b819 编写于 作者: O Ozgur Yasin Aydin 提交者: GitHub

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.
上级 347a4aa5
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册