Skip to content

Commit d7c87b8

Browse files
thc202nedtwigg
authored andcommitted
Fix typos in FormatExceptionPolicyStrict (#215)
Fix typos in JavaDoc of method `excludePath(String)`.
1 parent d1f30f9 commit d7c87b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/diffplug/spotless/FormatExceptionPolicyStrict.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void excludeStep(String stepName) {
3434
excludeSteps.add(Objects.requireNonNull(stepName));
3535
}
3636

37-
/** Adds a realtive pathx to exclude. */
37+
/** Adds a relative path to exclude. */
3838
public void excludePath(String relativePath) {
3939
excludePaths.add(Objects.requireNonNull(relativePath));
4040
}

0 commit comments

Comments
 (0)