Skip to content

Commit 55a4bd0

Browse files
committed
Small javadoc fix.
1 parent f0e57e8 commit 55a4bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<code>DOMDocumentFactory</code>, and the produced documents (and elements) will
99
be style-aware.</p>
1010
<p>To use the library with dom4j (using dom4j-like documents, elements and factory) you need the <code>css4j-dom4j</code> module in addition to the core
11-
module. Although the -dom4j module formally depends on the -agent module, you do not really need it unless you plan to use the DOM4J agent.</p>
11+
module. The -dom4j module optionally depends on the -agent module, you do not need it unless you plan to use the DOM4J agent.</p>
1212
<div style="margin: 2em 0 2.7em 0">
1313
<h3>Example with DOM4J</h3>
1414
<p>This is the easiest way to use this package with DOM4J, using that library's <code>SAXReader</code>:</p>

0 commit comments

Comments
 (0)