Skip to content

Commit acb582b

Browse files
authored
Merge pull request #173 from ylc395/fix/jsdoc-type-error
fix: parsedFragmentDirectives jsdoc type error
2 parents 8e45c97 + 3f92ff6 commit acb582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/text-fragment-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const parseTextFragmentDirective = (textFragment) => {
119119
* fragments in.
120120
* @param {Element=} root - the root element where to extract and mark
121121
* fragments in.
122-
* @return {{text: Element[]}} `<mark>` elements created to highlight the
122+
* @return {{text: Element[][]}} `<mark>` elements created to highlight the
123123
* text fragments.
124124
*/
125125
export const processFragmentDirectives =

0 commit comments

Comments
 (0)