Skip to content

Commit 32a3dbb

Browse files
committed
Polishing
1 parent 3cb7cf3 commit 32a3dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-jupiter-api/src/main/java/org/junit/jupiter/api/AssertionFailureBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public AssertionFailureBuilder includeValuesInMessage(boolean includeValuesInMes
141141
* Set target and depth for trimming stacktrace.
142142
*
143143
* <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
144+
* {@code target}. If {@code retain} is zero, all frames from
145145
* {@code target} are trimmed.
146146
*
147147
* @param target class to trim from the stacktrace

0 commit comments

Comments
 (0)