Skip to content

Commit

Permalink
Fix a small but sense-inverting typo in the PrimitiveDoubleArraySubje…
Browse files Browse the repository at this point in the history
…ct docs.

(PrimitiveFloatArraySubject was already correct.)

RELNOTES=N/A

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=305019347
  • Loading branch information
peteg authored and nick-someone committed Apr 9, 2020
1 parent 3481ab0 commit 970ba1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private static double checkedToDouble(Number expected) {
* {@link Double#NaN} to be equal to themselves (contrast with {@code usingTolerance(0.0)}
* which does not).
* <li>It does <i>not</i> consider {@code -0.0} to be equal to {@code 0.0} (contrast with {@code
* usingTolerance(0.0)} which does not).
* usingTolerance(0.0)} which does).
* <li>The subsequent methods in the chain may throw a {@link NullPointerException} if any
* expected {@link Double} instance is null.
* </ul>
Expand Down

0 comments on commit 970ba1d

Please sign in to comment.