mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Revert "fix typo"
This reverts commit 0a8c41eaf0fb3bb89da878bb787ab173329b49f9.
This commit is contained in:
parent
0a8c41eaf0
commit
c6855b5bfd
@ -212,7 +212,7 @@ function hasJsdocComments(node) {
|
||||
|
||||
// TODO: docs
|
||||
function removeCommentDelimiters(comment) {
|
||||
return comment.substr(2, comment.length - 2);
|
||||
return comment.substring(2, comment.length - 2);
|
||||
}
|
||||
|
||||
// TODO: docs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user