You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/30 14:59:37 UTC

[commons-cli] branch master updated: docs: grammar nits (#55)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new ef1309b  docs: grammar nits (#55)
ef1309b is described below

commit ef1309b0975a102abcb1d7e351b1ec2438173d2c
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Mon Nov 30 14:59:27 2020 +0000

    docs: grammar nits (#55)
---
 src/main/java/org/apache/commons/cli/Option.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/cli/Option.java b/src/main/java/org/apache/commons/cli/Option.java
index b564f98..4a9b774 100644
--- a/src/main/java/org/apache/commons/cli/Option.java
+++ b/src/main/java/org/apache/commons/cli/Option.java
@@ -32,7 +32,7 @@ import java.util.List;
  * at least a short or a long-name.
  * <p>
  * <b>Note:</b> once an {@link Option} has been added to an instance
- * of {@link Options}, it's required flag may not be changed anymore.
+ * of {@link Options}, its required flag cannot be changed.
  *
  * @see org.apache.commons.cli.Options
  * @see org.apache.commons.cli.CommandLine