Skip to content

Commit

Permalink
Fix typo in Subject.failWithoutActual().
Browse files Browse the repository at this point in the history
Fixes #483

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207888981
  • Loading branch information
anuraaga authored and ronshapiro committed Aug 9, 2018
1 parent 293919e commit 83a2d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/google/common/truth/Subject.java
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ protected final void failWithoutSubject(String check) {
* value.</i>
*
* <p>Most failure messages should report the actual value, so most checks should call {@link
* #failWithActual(Fact, Fact...) failWithAcutal} instead. However, {@code failWithoutActual} is
* #failWithActual(Fact, Fact...) failWithActual} instead. However, {@code failWithoutActual} is
* useful in some cases:
*
* <ul>
Expand Down

0 comments on commit 83a2d5d

Please sign in to comment.