Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Aug 15, 2015
1 parent 7474c89 commit 275885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ xml("<a>link</a")
^

scala> xpath("A//B/*[1]")
res12: javax.xml.xpath.XPathExpression = com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl@433df4a4
res12: javax.xml.xpath.XPathExpression = com.sun.org.apache.xpath.internal.jaxp.XPathExpressionImpl@28c16218

scala> xpath("A//B/*[1")
<console>:18: error: XPath predicate failed: javax.xml.transform.TransformerException: Expected ], but found:
Expand Down

0 comments on commit 275885b

Please sign in to comment.