Skip to content

Commit

Permalink
javadocs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed Dec 28, 2024
1 parent 35f4667 commit 0a44897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/oliver/fancylib/tests/Expectable.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public void toBeLessThan(T expected) {

/**
* Asserts that the actual value is an instance of the expected class.
* This method checks whether the value held in the field 't' is an instance of the provided Class<?>.
* This method checks whether the value held in the field 't' is an instance of the provided Class.
*
* @param expected the Class object that the actual value is expected to be an instance of
* @throws AssertionError if the actual value is not an instance of the expected class
Expand Down

0 comments on commit 0a44897

Please sign in to comment.