Skip to content

Commit 5bf5457

Browse files
committed
Minor wording change
1 parent bdcb021 commit 5bf5457

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

schema/draft/schema.json

Lines changed: 13 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schema/draft/schema.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@ export interface BaseMetadata {
276276
* Intended for UI and end-user contexts — optimized to be human-readable and easily understood,
277277
* even by those unfamiliar with domain-specific terminology.
278278
*
279-
* If not provided, the name should be used for display (except for tools,
280-
* where annotations.title should be given precedence over using the name).
279+
* If not provided, the name should be used for display (except for Tool,
280+
* where `annotations.title` should be given precedence over using `name`).
281281
*/
282282
title?: string;
283283
}

0 commit comments

Comments
 (0)