Skip to content

Commit 32d1a0b

Browse files
committed
Fix wrong argument type for LanguageDetector's measureInputUsage()
Closes #50.
1 parent ace6108 commit 32d1a0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ interface LanguageDetector {
486486

487487
Promise<double> measureInputUsage(
488488
DOMString input,
489-
optional TranslatorTranslateOptions options = {}
489+
optional LanguageDetectorDetectOptions options = {}
490490
);
491491
readonly attribute unrestricted double inputQuota;
492492
};

0 commit comments

Comments
 (0)