Skip to content

Commit 0625b92

Browse files
authored
Update Mathematical-and-Aggregate-Operators.md
修正“对吼”-->"最终"
1 parent 7c0cf09 commit 0625b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operators/Mathematical-and-Aggregate-Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#### 其它聚合操作符
1818
* [**`concat( )`**](Mathematical.md#Concat) — 顺序连接多个Observables
1919
* [**`count( )` and `countLong( )`**](Mathematical.md#Count) — 计算数据项的个数并发射结果
20-
* [**`reduce( )`**](Mathematical.md#Reduce) — 对序列使用reduce()函数并发射对吼的结果
20+
* [**`reduce( )`**](Mathematical.md#Reduce) — 对序列使用reduce()函数并发射最终的结果
2121
* [**`collect( )`**](Mathematical.md#Reduce) — 将原始Observable发射的数据放到一个单一的可变的数据结构中,然后返回一个发射这个数据结构的Observable
2222
* [**`toList( )`**](To.md) — 收集原始Observable发射的所有数据到一个列表,然后返回这个列表
2323
* [**`toSortedList( )`**](To.md) — 收集原始Observable发射的所有数据到一个有序列表,然后返回这个列表

0 commit comments

Comments
 (0)