Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
algonell committed Sep 18, 2024
1 parent 62beb3d commit 2a3d51c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected Void defaultAction(Tree tree, Void unused) {

/**
* Return an instance of the given type if it receives special handling by {@code String.format}.
* For example, an intance of {@link Integer} will be returned for an input of type {@code int} or
* For example, an instance of {@link Integer} will be returned for an input of type {@code int} or
* {@link Integer}.
*/
private static @Nullable Object getInstance(Tree tree, VisitorState state) {
Expand Down

0 comments on commit 2a3d51c

Please sign in to comment.