Skip to content

Commit 4256579

Browse files
committed
Fix doc.
1 parent 97f7083 commit 4256579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/async/export/Threadlet.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ export class Threadlet {
9191
* The thread functions are always called fully asynchronously (that is, never
9292
* synchronously during instance construction nor synchronously with respect
9393
* to a call to {@link #run}). When called, the functions are passed as an
94-
* argument the instance of this class that is calling them.
94+
* argument a `RunnerAccess` instance which provides access to this
95+
* (constructed) instance.
9596
*
9697
* @param {function(Threadlet.RunnerAccess): *} function1 First function to
9798
* call (start function or main function).

0 commit comments

Comments
 (0)