diff options
Diffstat (limited to 'common/modules/highlight.jsm')
-rw-r--r-- | common/modules/highlight.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/highlight.jsm b/common/modules/highlight.jsm index 6126129b..550dce50 100644 --- a/common/modules/highlight.jsm +++ b/common/modules/highlight.jsm @@ -210,7 +210,7 @@ const Highlights = Module("Highlight", { * * If Star is provided, the style is applied as an agent sheet. * - * The new styles are lazily activated unless Bang or 'eager' is + * The new styles are lazily activated unless Bang or *eager* is * provided. See {@link Util#xmlToDom}. * * @param {string} css The rules to load. See {@link Highlights#css}. |