Skip to content

Commit 7bf8327

Browse files
committed
Oxford comma
1 parent 55720fa commit 7bf8327

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Apache Commons CLI
5050
[![CodeQL](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-cli/actions/workflows/codeql-analysis.yml)
5151
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-cli/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-cli)
5252

53-
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
53+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
5454

5555
Documentation
5656
-------------

RELEASE-NOTES.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache Commons CLI Version 1.8.0 Release Notes
22

3-
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
3+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
44

55
This release contains new features and bug fixes and requires Java 8 or above.
66

@@ -47,7 +47,7 @@ This document contains the release notes for this version of the Apache Commons
4747
CLI Component of the Apache Commons Project. Commons CLI provides a simple API
4848
for working with the command line arguments and options.
4949

50-
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
50+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
5151

5252
New features and bug fixes.
5353

@@ -102,7 +102,7 @@ This document contains the release notes for this version of the Apache Commons
102102
CLI Component of the Apache Commons Project. Commons CLI provides a simple API
103103
for working with the command line arguments and options.
104104

105-
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
105+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
106106

107107
New features and bug fixes
108108

@@ -170,7 +170,7 @@ This document contains the release notes for this version of the Apache Commons
170170
CLI Component of the Apache Commons Project. Commons CLI provides a simple API
171171
for working with the command line arguments and options.
172172

173-
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
173+
Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
174174

175175
New features and bug fixes (Java 7 or above).
176176

src/main/java/org/apache/commons/cli/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*/
1717

1818
/**
19-
* Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
19+
* Apache Commons CLI provides a simple API for presenting, processing, and validating a Command Line Interface.
2020
*/
2121
package org.apache.commons.cli;

0 commit comments

Comments
 (0)