improve comment

This commit is contained in:
Matthew Hodgson 2016-07-18 01:34:26 +01:00
parent 8d749be51f
commit bcd1c7e099

View file

@ -186,7 +186,7 @@ module.exports = {
*
* 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) {
opts = opts || {};