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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new b3056c17 grammar
b3056c17 is described below
commit b3056c1740ae4fb34a7c17621e3e787202e0d7c4
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Dec 9 11:52:50 2023 -0500
grammar
---
src/changes/release-notes.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm
index 97122d5e..9401b57f 100644
--- a/src/changes/release-notes.vm
+++ b/src/changes/release-notes.vm
@@ -28,7 +28,7 @@ ${project.name} ${version}!
The Byte Code Engineering Library (BCEL) is intended to give users a convenient
way to analyze, create, and manipulate compiled .class files. Classes are
represented by objects containing all the symbolic information of the given
-class: methods, fields and byte code instructions.
+class: methods, fields, and byte code instructions.
##$introduction.replaceAll("(?<!\015)\012", "
##").replaceAll("(?m)^ +","")