Skip to content

Commit 502bef0

Browse files
committed
Fix mismatched IDL enum name
1 parent 918218c commit 502bef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ dictionary AIRewriterCreateOptions {
407407
DOMString sharedContext;
408408
AIRewriterTone tone = "as-is";
409409
AIRewriterFormat format = "as-is";
410-
AIRewriterLengthHint length = "as-is";
410+
AIRewriterLength length = "as-is";
411411
};
412412

413413
dictionary AIRewriterRewriteOptions {

0 commit comments

Comments
 (0)