diff options
Diffstat (limited to 'devtools/client/shared/widgets/VariablesView.jsm')
-rw-r--r-- | devtools/client/shared/widgets/VariablesView.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/client/shared/widgets/VariablesView.jsm b/devtools/client/shared/widgets/VariablesView.jsm index 65f3e8711..f7be87f44 100644 --- a/devtools/client/shared/widgets/VariablesView.jsm +++ b/devtools/client/shared/widgets/VariablesView.jsm @@ -3828,7 +3828,7 @@ VariablesView.stringifiers.byObjectKind = { /** - * Get the "N more???" formatted string, given an N. This is used for displaying + * Get the "N moreā¦" formatted string, given an N. This is used for displaying * how many elements are not displayed in an object preview (eg. an array). * * @private |