Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DPS2004 authored Mar 10, 2020
1 parent 9670abf commit 7a7733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ deep.queue(100, function() print("Hello") end)
```

Arguments:
* `i` `(number)` - The index of the action, must be positive.
* `i` `(number)` - The index of the action. Can be negative or positive.
* `fun` `(function)` - An anonymous or named function
* `...` `(*)` - The arguments of the passed named function

Expand Down

0 comments on commit 7a7733c

Please sign in to comment.