diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-10-01 07:53:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 07:53:28 +0000 |
commit | a7f119e5e70b2b9d61c5dca351ec2e36c9b6d00e (patch) | |
tree | 8ab1a3fa764f05a1c45b6864d3bd19e2695dc354 /ext/js/dom/dom-text-scanner.js | |
parent | 8adf2a95c2b93625b168f2884f8fa0e59f7024ad (diff) | |
parent | 6a47eb02a76857a1ce2412babcc7969fd3b77bc4 (diff) |
Merge pull request #251 from themoeway/dependabot/npm_and_yarn/eslint-plugin-jsdoc-46.8.2
Bump eslint-plugin-jsdoc from 39.3.6 to 46.8.2
Diffstat (limited to 'ext/js/dom/dom-text-scanner.js')
-rw-r--r-- | ext/js/dom/dom-text-scanner.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/js/dom/dom-text-scanner.js b/ext/js/dom/dom-text-scanner.js index dc5bd96a..ec4c7bd6 100644 --- a/ext/js/dom/dom-text-scanner.js +++ b/ext/js/dom/dom-text-scanner.js @@ -405,8 +405,8 @@ class DOMTextScanner { * @returns {{enterable: boolean, newlines: number}} The seek information. * The `enterable` value indicates whether the content of this node should be entered. * The `newlines` value corresponds to the number of newline characters that should be added. - * 1 newline corresponds to a simple new line in the layout. - * 2 newlines corresponds to a significant visual distinction since the previous content. + * - 1 newline corresponds to a simple new line in the layout. + * - 2 newlines corresponds to a significant visual distinction since the previous content. */ static getElementSeekInfo(element) { let enterable = true; |