Skip to content

Commit eee406a

Browse files
committed
Fix %ex{short} docs
1 parent 9469264 commit eee406a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ If this mode is employed without any configuration, the output will be identical
624624
625625
`none`:: Suppress the output of the converter
626626
627-
`short`:: Outputs the first line of the stack trace (analogous to `%ex\{1}`)
627+
`short`:: Outputs the first two lines of the stack trace (analogous to `%ex\{2}`)
628628
629629
`depth`:: Outputs the first `depth` lines of the stack trace (`%ex\{0}` is analogous to `%ex\{none}`)
630630

0 commit comments

Comments
 (0)