This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/master by this push:
new ad6dc841 javadoc clarification
ad6dc841 is described below
commit ad6dc8419cf4ea133dcda8e4c20074e28a355f22
Author: Alex Herbert <[email protected]>
AuthorDate: Tue Jul 9 14:51:21 2024 +0100
javadoc clarification
---
.../src/main/java/org/apache/commons/numbers/field/Field.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/commons-numbers-field/src/main/java/org/apache/commons/numbers/field/Field.java
b/commons-numbers-field/src/main/java/org/apache/commons/numbers/field/Field.java
index 2d99acd5..d2866539 100644
---
a/commons-numbers-field/src/main/java/org/apache/commons/numbers/field/Field.java
+++
b/commons-numbers-field/src/main/java/org/apache/commons/numbers/field/Field.java
@@ -49,7 +49,7 @@ public interface Field<T> {
T negate(T a);
/**
- * Multiply the element {@code a} a number of times {@code n}.
+ * Multiply the element {@code a} by a specified number of times {@code n}.
*
* @param a Field element.
* @param n Number of times {@code a} must be added to itself.