소스 검색

modify comment

utsushiiro 7 년 전
부모
커밋
d742810351
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/client/js/models/MarkdownTable.js

+ 1 - 1
src/client/js/models/MarkdownTable.js

@@ -43,7 +43,7 @@ export default class MarkdownTable {
   /**
    * return a MarkdownTable instance made from a string of HTML table tag
    *
-   * If a parser error occurs, an error object with an error message is returned.
+   * If a parser error occurs, an error object with an error message is thrown.
    * The error message is a innerHTML, so must not assign it into element.innerHTML because it can lead to Mutation-based XSS
    */
   static fromHTMLTableTag(str) {