Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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