Skip to content

Commit

Permalink
Fix typos in CanonicalSyntaxAnnotation source (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickie authored Aug 6, 2023
1 parent 526227e commit 67a128a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ private static Optional<Fix> dropRedundantValueAttribute(
ExpressionTree arg = args.get(0);
if (state.getSourceForNode(arg) == null) {
/*
* The annotation argument isn't doesn't have a source representation, e.g. because `value`
* isn't assigned to explicitly.
* The annotation argument doesn't have a source representation, e.g. because `value` isn't
* assigned explicitly.
*/
return Optional.empty();
}
Expand Down

0 comments on commit 67a128a

Please sign in to comment.