Skip to content

Commit d5d1644

Browse files
committed
Correct minor typo
1 parent a0bf613 commit d5d1644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/newrelic/logging/core/LogExtensionConfig.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class LogExtensionConfig {
1717

1818
/**
1919
* Get an int representing the max stack size for errors that should be added to logs. Explicitly setting the
20-
* value to 0 not impose a maximum size constraint on the stack trace size.
20+
* value to 0 will not impose a maximum size constraint on the stack trace size.
2121
* <p>
2222
* Precedence: Env var > Sys prop > Default
2323
*

0 commit comments

Comments
 (0)