Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbpmrck committed Jun 5, 2017
1 parent 3b6fc35 commit 55eb9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ study cases of Rxjs library
- concatMapTo
- exhaustMap
- expand
- groupBy
- [groupBy](./study/operators/groupBy.html)
- [map](./study/operators/map.html)
- [mapTo](./study/operators/mapTo.html)
- [mergeMap](./study/operators/mergeMap.html)
Expand Down Expand Up @@ -162,7 +162,7 @@ study cases of Rxjs library
- count
- max
- min
- reduce
- [reduce](./study/demos/reduce.html)
- 综合练习
- [Drag DOM](./study/demos/dragDOM.html)
- [DragDOM_extend](./study/demos/dragDOM_extend.html)
Expand Down
1 change: 1 addition & 0 deletions study/operators/scan.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ <h1>功能说明:</h1>
<h1>备注事项:</h1>
<ul class="notice">
<li>scan类似数组里的reduce,适合对序列做一些累加减等递归操作</li>
<li>和reduce只返回一个value不同,scan每一次执行完accumulator都会把中间结果返回</li>
</ul>

<div class="demo">
Expand Down

0 comments on commit 55eb9cb

Please sign in to comment.