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/storage.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/storage.jsm')
-rw-r--r-- | common/modules/storage.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/modules/storage.jsm b/common/modules/storage.jsm index 213e7788..3e1dd1d6 100644 --- a/common/modules/storage.jsm +++ b/common/modules/storage.jsm @@ -356,7 +356,7 @@ const File = Class("File", { }, /** - * Writes the string <b>buf</b> to this file. + * Writes the string *buf* to this file. * * @param {string} buf The file content. * @param {string|number} mode The file access mode, a bitwise OR of |