Skip to content

Commit 4321c08

Browse files
committed
Use the active voice.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1745257 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9f9a8b7 commit 4321c08

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/site/xdoc/user-guide.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ limitations under the License.
3434
The CSVFormat class provides some commonly used CSV variants:
3535

3636
<dl>
37-
<dt>EXCEL</dt><dd>The format used by Excel</dd>
38-
<dt>MYSQL</dt><dd>The format used by MySQL data bases</dd>
39-
<dt>RFC-4180</dt><dd>The format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
37+
<dt>EXCEL</dt><dd>The Microsoft Excel CSV format.</dd>
38+
<dt>MYSQL</dt><dd>The Oracle MySQL CSV format.</dd>
39+
<dt>RFC-4180</dt><dd>The RFC-4180 format defined by <a href="https://tools.ietf.org/html/rfc4180">RFC-4180</a></dd>
4040
<dt>TDF</dt><dd>A tab delimited format</dd>
4141
</dl>
4242

0 commit comments

Comments
 (0)