Skip to content

Commit

Permalink
Attempt to make hs.task.new docstring slightly clearer. Closes #2338
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Sep 20, 2020
1 parent d71dad8 commit 49741f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/task/internal.m
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ void create_task(task_userdata_t *userData) {
return;
}

/// hs.task.new(launchPath, callbackFn[, streamCallbackFn, arguments]) -> hs.task object
/// hs.task.new(launchPath, callbackFn[, streamCallbackFn][, arguments]) -> hs.task object
/// Function
/// Creates a new hs.task object
///
Expand Down

0 comments on commit 49741f7

Please sign in to comment.