Skip to content

Commit d444b61

Browse files
committed
Fix previous commit.
1 parent 97dd435 commit d444b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h4>Using the dom4j backend prior to version 3.1, I find that dom4j does not sup
7777
document.setBaseURL(baseUrl);
7878
}
7979
</pre>
80-
<p>From version 3.1 onwards, the css4j-dom4j module does implement and support <code>Document.getDocumentURI()</code>.</p>
80+
<p>From version 3.1 onwards, the css4j-dom4j module does implement and support <code>Document.setDocumentURI()</code>.</p>
8181
</div>
8282
<div id="dom4janddomwrapper">
8383
<h4>Does the DOM4J back-end make use of the DOM wrapper, internally?</h4>

0 commit comments

Comments
 (0)