Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hazae41 committed Mar 4, 2023
1 parent 44bfd15 commit 097dd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/future/future.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class Future<T> {
readonly promise: Promise<T>

/**
* Like a Promise but you can manually fulfill or reject it
* Just like a Promise but you can manually resolve or reject it
*/
constructor() {
let resolve: (value: T) => void
Expand Down

0 comments on commit 097dd26

Please sign in to comment.