Skip to content

Commit

Permalink
Update packages/client/src/base/tool-manager/tool-manager.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Fleck <[email protected]>
  • Loading branch information
tortmayr and martin-fleck-at authored Jun 25, 2024
1 parent 6993c6d commit 147b31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/base/tool-manager/tool-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface IToolManager {
enable(toolIds: string[]): void;

/**
* Enables all default tools. If the default tools are already enabled, this is a no-op
* Enables all default tools. If the default tools are already enabled, this is a no-op.
*/
enableDefaultTools(): void;

Expand Down

0 comments on commit 147b31c

Please sign in to comment.