We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7cf3 commit 32a3dbbCopy full SHA for 32a3dbb
junit-jupiter-api/src/main/java/org/junit/jupiter/api/AssertionFailureBuilder.java
@@ -141,7 +141,7 @@ public AssertionFailureBuilder includeValuesInMessage(boolean includeValuesInMes
141
* Set target and depth for trimming stacktrace.
142
*
143
* <p>Removes all but {@code retain - 1} frames before the last frame from
144
- * {@code target}. If {@code retain} is zero, all frames before the last frame from
+ * {@code target}. If {@code retain} is zero, all frames from
145
* {@code target} are trimmed.
146
147
* @param target class to trim from the stacktrace
0 commit comments