Fix typo in Sequence.constrainOnce() doc
This commit is contained in:
committed by
Space
parent
ff26a471b4
commit
1fee6b191f
@@ -617,7 +617,7 @@ private class GeneratorSequence<T : Any>(private val getInitialValue: () -> T?,
|
||||
*
|
||||
* The operation is _intermediate_ and _stateless_.
|
||||
*
|
||||
* [IllegalStateException] is thrown on iterating the returned sequence from the second time.
|
||||
* [IllegalStateException] is thrown on iterating the returned sequence for the second time and the following times.
|
||||
*
|
||||
*/
|
||||
public fun <T> Sequence<T>.constrainOnce(): Sequence<T> {
|
||||
|
||||
Reference in New Issue
Block a user