Skip to content

Commit 3eb5453

Browse files
authored
Spelling fix
1 parent 58ff98b commit 3eb5453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/main/scala/scala/xml/Node.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ abstract class Node extends NodeSeq {
123123
child.toList.flatMap { x => x :: x.descendant }
124124

125125
/**
126-
* Descendant axis (all descendants of this node, including thisa node)
126+
* Descendant axis (all descendants of this node, including this node)
127127
* includes all text nodes, element nodes, comments and processing instructions.
128128
*/
129129
def descendant_or_self: List[Node] = this :: descendant

0 commit comments

Comments
 (0)