You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/10/06 19:15:46 UTC

[GitHub] [commons-statistics] arturobernalg commented on a diff in pull request #38: Fix minor typo

arturobernalg commented on code in PR #38:
URL: https://github.com/apache/commons-statistics/pull/38#discussion_r989400541


##########
commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/BaseDiscreteDistributionTest.java:
##########
@@ -65,7 +65,7 @@
  * The parameters are parsed from String values to the appropriate parameter object. Currently
  * this supports Double and Integer; numbers can be unboxed and used to create the distribution.
  *
- * <p>Illegal arguments for the distribution are tested from parametersprovided by
+ * <p>Illegal arguments for the distribution are tested from parameters-provided by

Review Comment:
   done



##########
commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java:
##########
@@ -200,7 +200,7 @@ void testVariance() {
     /**
      * Test cases for computation of the moments. This hits edge cases including truncations
      * too extreme to have a probability range for the distribution.
-     * The test ensures that the moments are computable for parameterisations
+     * The test ensures that the moments are computable for parameters-provided

Review Comment:
   reverted 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org