Skip to content

Commit a4a95cd

Browse files
committed
Fix typo in javadoc
1 parent de8cdbe commit a4a95cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ private JsonGenerator decorateGenerator(JsonGenerator generator) {
306306

307307
/*
308308
* JsonGenerator are reused to serialize multiple log events.
309-
* Change the default roo tvalue separator to an empty string.
309+
* Change the default root value separator to an empty string.
310310
*/
311311
.setRootValueSeparator(new SerializedString(CoreConstants.EMPTY_STRING));
312312

0 commit comments

Comments
 (0)