Skip to content

Commit

Permalink
Modified the API report file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adithyan-Dinesh-Trenser committed Aug 20, 2024
1 parent 9d6a52d commit 80ffbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/reviews/api/tools.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -5832,7 +5832,7 @@ class ToolGroup implements ToolGroup {
// (undocumented)
setToolPassive(toolName: string, options?: {
removeAllBindings?: boolean | IToolBinding[];
bindings?: IToolBinding[]
bindings?: IToolBinding[];
}): void;
// (undocumented)
setViewportsCursorByToolName(toolName: string, strategyName?: string): void;
Expand Down

0 comments on commit 80ffbed

Please sign in to comment.