Skip to content

Commit 5ea2146

Browse files
author
Dierk Koenig
committed
correct type of jinq.inside
1 parent 96788cb commit 5ea2146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kolibri/jinq/jinq.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const from = jinq;
8484
* @type {
8585
* (monad1: MonadType<_T_>)
8686
* => (selector: (_T_) => MonadType<_U_>)
87-
* => JinqType<PairType<_T_,_U_>>
87+
* => JinqType<_U_>
8888
* }
8989
*
9090
* @example

0 commit comments

Comments
 (0)