diff options
author | Doug Kearns <dougkearns@gmail.com> | 2010-10-21 22:55:15 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2010-10-21 22:55:15 +1100 |
commit | 377f8b01d4b8d2d6282882af9f6b5e58107a24ed (patch) | |
tree | 6449dc7c59a456f2be32d0dab809a79429388ce7 /common/modules/highlight.jsm | |
parent | f3d194b00b411f43d61370252c39ec6fed6465d5 (diff) | |
download | pentadactyl-377f8b01d4b8d2d6282882af9f6b5e58107a24ed.tar.gz |
Replace use of <b>arg</b> in API docs with *arg*.
--HG--
extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
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}. |