Skip to content

Commit

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


Expand Down

0 comments on commit 5050e7a

Please sign in to comment.