mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 12:34:12 +01:00
Replace use of <b>arg</b> in API docs with *arg*.
--HG-- extra : rebase_source : f127ac4f494053e4306074f5acded34b2d363eef
This commit is contained in:
@@ -158,7 +158,7 @@ const Abbreviations = Module("abbreviations", {
|
||||
},
|
||||
|
||||
/**
|
||||
* Lists all abbreviations matching <b>modes</b> and <b>lhs</b>.
|
||||
* Lists all abbreviations matching *modes* and *lhs*.
|
||||
*
|
||||
* @param {Array} list of mode.
|
||||
* @param {string} lhs The LHS of the abbreviation.
|
||||
@@ -199,7 +199,7 @@ const Abbreviations = Module("abbreviations", {
|
||||
},
|
||||
|
||||
/**
|
||||
* Removes all abbreviations specified <b>modes<b>.
|
||||
* Removes all abbreviations specified *modes*.
|
||||
*
|
||||
* @param {Array} list of mode.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user