浏览代码

style(converter.js): fix missing semi colon

Estevao Soares dos Santos 10 年之前
父节点
当前提交
e7cb15f1e9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/converter.js

+ 1 - 1
src/converter.js

@@ -78,7 +78,7 @@ showdown.Converter = function (converterOptions) {
       }
     } else {
       throw Error('Converter expects the passed parameter to be an object, but ' + typeof converterOptions +
-      ' was passed instead.')
+      ' was passed instead.');
     }
 
     if (options.extensions) {