Skip to content

Commit

Permalink
Fix typo in BlankLinesAroundFieldsWithAnnotations description
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek authored Jun 12, 2024
1 parent 734c965 commit b8f884d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public String getDisplayName() {
public String getDescription() {
return "Fields with annotations should have a blank line " +
"before them to clearly separate them from the field above. " +
"If anotehr field follows, it should also have a blank line after " +
"If another field follows, it should also have a blank line after " +
"so that the field with the annotation has space on either side of it, " +
"visually distinguishing it from its neighbors.";
}
Expand Down

0 comments on commit b8f884d

Please sign in to comment.