Skip to content

Commit 50671e9

Browse files
committed
docs: fix grammar mistake in description of idempotent hint
1 parent e6bf04e commit 50671e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/specification/draft/schema.mdx

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ export interface ToolAnnotations {
932932

933933
/**
934934
* If true, calling the tool repeatedly with the same arguments
935-
* will have no additional effect on the its environment.
935+
* will have no additional effect on its environment.
936936
*
937937
* (This property is meaningful only when `readOnlyHint == false`)
938938
*

0 commit comments

Comments
 (0)