Commit f09bb43
committed
[FAB-15579] Fix doc for CommonIterator.next()
This fixes the explanation for CommonIterator.next() to be consistent
with the actual behavior as follows:
- next() no longer emits an event
- next() does not reject when there is no more value, but resolves
with an object { done: true }
FAB-15579 (1 of 2)
Change-Id: I94767af0767ae56d57cdc6b1b825822f8ae337cc
Signed-off-by: Taku Shimosawa <taku.shimosawa@hal.hitachi.com>1 parent 08dd598 commit f09bb43
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | | - | |
79 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments