You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by GitBox <gi...@apache.org> on 2020/10/02 09:45:24 UTC

[GitHub] [incubator-datasketches-java] davecromberge commented on a change in pull request #335: fixed typos

davecromberge commented on a change in pull request #335:
URL: https://github.com/apache/incubator-datasketches-java/pull/335#discussion_r498720309



##########
File path: src/main/java/org/apache/datasketches/Criteria.java
##########
@@ -355,9 +355,9 @@ String desc(final float[] arr, final int low, final int high, final float v, fin
    * The call to compare index a and index b with the value v.
    * @param arr The underlying sorted array of float values
    * @param a the lower index of the current pair
-   * @param b the higer index of the current pair
+   * @param b the higher index of the current pair
    * @param v the float value to search for
-   * @return +1, which means we must search higher in the aray, or -1, whicn means we must
+   * @return +1, which means we must search higher in the array, or -1, which means we must

Review comment:
       There is another occurrence of `aray` on line 349, as well as a typo `whicn` on the same line.




----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org