aboutsummaryrefslogtreecommitdiff
path: root/android/guava-tests/test/com/google/common/math/StatsTesting.java
diff options
context:
space:
mode:
Diffstat (limited to 'android/guava-tests/test/com/google/common/math/StatsTesting.java')
-rw-r--r--android/guava-tests/test/com/google/common/math/StatsTesting.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/guava-tests/test/com/google/common/math/StatsTesting.java b/android/guava-tests/test/com/google/common/math/StatsTesting.java
index 12689d3e3..dddf20f94 100644
--- a/android/guava-tests/test/com/google/common/math/StatsTesting.java
+++ b/android/guava-tests/test/com/google/common/math/StatsTesting.java
@@ -63,7 +63,7 @@ class StatsTesting {
+ (-56.78 - TWO_VALUES_MEAN) * (-789.012 - OTHER_TWO_VALUES_MEAN);
/**
- * Helper class for testing with non-finite values. {@link #ALL_MANY_VALUES} gives a number
+ * Helper class for testing with non-finite values. {@link #ALL_MANY_VALUES} gives a number of
* instances with many combinations of finite and non-finite values. All have {@link
* #MANY_VALUES_COUNT} values. If all the values are finite then the mean is {@link
* #MANY_VALUES_MEAN} and the sum-of-squares-of-deltas is {@link
@@ -367,7 +367,7 @@ class StatsTesting {
}
/**
- * Asserts that {@code transformation} is diagonal (i.e. neither horizontal or vertical) and
+ * Asserts that {@code transformation} is diagonal (i.e. neither horizontal nor vertical) and
* passes through both {@code (x1, y1)} and {@code (x1 + xDelta, y1 + yDelta)}. Includes
* assertions about all the public instance methods of {@link LinearTransformation} (on both
* {@code transformation} and its inverse). Since the transformation is expected to be diagonal,