Skip to content

Commit 7d2a007

Browse files
committed
doc: fix typo
1 parent e26a47b commit 7d2a007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/document.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export class XmlDocument extends XmlDisposable<XmlDocument> {
298298
* @param xpath XPath selector
299299
* @see
300300
* - {@link XmlNode#get | XmlNode.get}
301-
* - {@link XmlXPath.compile | XmlXPath.compile}1
301+
* - {@link XmlXPath.compile | XmlXPath.compile}
302302
* - {@link get}
303303
* - {@link find}
304304
*/

src/nodes.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export abstract class XmlNode {
263263
* @see
264264
* - {@link get}
265265
* - {@link find}
266-
* - {@link XmlXPath.compile | XmlXPath.compile}1
266+
* - {@link XmlXPath.compile | XmlXPath.compile}
267267
*/
268268
eval(xpath: XmlXPath): XmlNode[] | string | boolean | number;
269269
/**

0 commit comments

Comments
 (0)