We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729cdb7 commit 50cb03aCopy full SHA for 50cb03a
fluent/src/types.js
@@ -33,8 +33,8 @@ export class FluentType {
33
* Format this instance of `FluentType` to a string.
34
*
35
* Formatted values are suitable for use outside of the `FluentBundle`.
36
- * This method can use `Intl` formatters memoized by the `FluentBundle`
37
- * instance passed as an argument.
+ * This method can use `Intl` formatters available through the `scope`
+ * argument.
38
39
* @param {?object} scope
40
* @returns {string}
0 commit comments