Skip to content

Commit d93ee52

Browse files
committed
Fix IDL comment about above/below
1 parent 7d7f1e9 commit d93ee52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ dictionary LanguageModelExpectedInput {
650650
typedef (
651651
// Canonical format
652652
sequence<LanguageModelMessage>
653-
// Shorthand per the above comment
653+
// Shorthand per the below comment
654654
or sequence<LanguageModelMessageShorthand>
655655
// Shorthand for [{ role: "user", content: [{ type: "text", content: providedValue }] }]
656656
or DOMString
@@ -660,7 +660,7 @@ typedef (
660660
typedef (
661661
// Canonical format
662662
sequence<LanguageModelMessage>
663-
// Shorthand per the above comment
663+
// Shorthand per the below comment
664664
or sequence<LanguageModelMessageShorthand>
665665
) LanguageModelInitialPrompts;
666666

0 commit comments

Comments
 (0)