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 c8364074 No need for Latin
c8364074 is described below

commit c8364074261a605d55f486621c305bbdf415d375
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Oct 26 15:32:38 2025 -0400

    No need for Latin
---
 src/examples/Mini/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/Mini/README b/src/examples/Mini/README
index b76fa768..db1320d1 100644
--- a/src/examples/Mini/README
+++ b/src/examples/Mini/README
@@ -24,7 +24,7 @@ This produces a Java class file (max.class) which you can 
execute with
 
     % java max
 
-Enter a number (4, eg.)  and you will be asked to enter 4 numbers. The
+Enter a number (for example, 4)  and you will be asked to enter 4 numbers. The
 program will then tell you the biggest of them.
 
 Alternatively you can  produce a  Java  file (max.java) which  will be

Reply via email to