Skip to content

Commit 5439660

Browse files
committed
typo
1 parent 98f5f53 commit 5439660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

palantir-java-format/src/main/java/com/palantir/javaformat/java/StringWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private void indentTextBlocks(TreeRangeMap<Integer, String> replacements, List<T
251251
}
252252

253253
/**
254-
* Pjf specific: When the AST needs to break a concantenation expression ('ONE'+'TWO') or the parameters of a method,
254+
* Pjf specific: When the AST needs to break a concatenation expression ('ONE'+'TWO') or the parameters of a method,
255255
* the indentation will be set to 8, in which case we need to align the text blocks to the correct indentation.
256256
* In order to compute the indentation value we need to do:
257257
* 1. for each textBlock find the enclosing block/parent (only for concat expressions/method invocations)

0 commit comments

Comments
 (0)