Skip to content

Commit 50cb03a

Browse files
committed
Adjust the comment in FluentType.toString()
1 parent 729cdb7 commit 50cb03a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fluent/src/types.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export class FluentType {
3333
* Format this instance of `FluentType` to a string.
3434
*
3535
* 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.
36+
* This method can use `Intl` formatters available through the `scope`
37+
* argument.
3838
*
3939
* @param {?object} scope
4040
* @returns {string}

0 commit comments

Comments
 (0)