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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new cb8cd5f3 Better description
cb8cd5f3 is described below
commit cb8cd5f3cd3342814b891e4353f104631217af97
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 15 18:40:20 2024 -0400
Better description
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 113b88cb..1e1d58f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ limitations under the License.
<inceptionYear>2002</inceptionYear>
<description>
The Apache Commons Codec component contains encoders and decoders for
- various formats such as Base16, Base32, Base64, digest, and Hexadecimal.
In addition to these
+ formats such as Base16, Base32, Base64, digest, and Hexadecimal. In
addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.
</description>