improve comment

pull/21833/head
Matthew Hodgson 2016-07-18 01:34:26 +01:00
parent 8d749be51f
commit bcd1c7e099
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ module.exports = {
* *
* highlights: optional list of words to highlight, ordered by longest word first * highlights: optional list of words to highlight, ordered by longest word first
* *
* opts.highlightLink: optional href to add to highlights * opts.highlightLink: optional href to add to highlighted words
*/ */
bodyToHtml: function(content, highlights, opts) { bodyToHtml: function(content, highlights, opts) {
opts = opts || {}; opts = opts || {};