Skip to content

Commit

Permalink
Update disposer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Jan 13, 2016
1 parent 16f6188 commit 81f8b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/disposer.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: .disposer

A meta method used to specify the disposer method that cleans up a resource when using `Promise.using`.

Returns a Disposer object which encapsulates the scarce resource as well as the method to clean it up.
Returns a Disposer object which encapsulates both the resource as well as the method to clean it up.
The user can pass this object to `Promise.using` to get access to the resource when it becomes available,
as well as to ensure its automatically cleaned up.

Expand Down

0 comments on commit 81f8b48

Please sign in to comment.