Skip to content

Commit

Permalink
Fix UseVarForObject description (#251)
Browse files Browse the repository at this point in the history
Adds missing space and fixes grammar issues.
  • Loading branch information
mike-solomon authored Jul 6, 2023
1 parent 109976e commit cd0d72c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public String getDisplayName() {
@Override
public String getDescription() {
//language=markdown
return "Try to apply local variable type inference `var` to variables containing Objects where possible." +
"This recipe will not touch variable declaration with genrics or initializer containing ternary operators.";
return "Try to apply local variable type inference `var` to variables containing Objects where possible. " +
"This recipe will not touch variable declarations with generics or initializers containing ternary operators.";
}


Expand Down

0 comments on commit cd0d72c

Please sign in to comment.