Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
docs: update js docs according to the new signature
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 committed Jun 2, 2021
1 parent 7d3ae55 commit 3a74ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ export interface ContextManager {

/**
* Bind an object as the current context (or a specific one)
* @param target Any object to which a context need to be set
* @param [context] Optionally specify the context which you want to assign
* @param target Any object to which a context need to be set
*/
bind<T>(context: Context, target: T): T;

Expand Down

0 comments on commit 3a74ec3

Please sign in to comment.