Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Sep 10, 2022
1 parent 42d25e8 commit 6586074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/sinks/terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ wrap = true

- `type` (required): the literal value `Terminal`.
- `throttle_min_span_millis` (optional, default = `500`): the amount of time (milliseconds) to wait between printing each event into the console. This is used to facilitate the reading for human following the output.
- `wrap` (optional, default = `false`): a true value indicates that long output text should break and continue in the following line. If false, lines will be truncated to fit in the available terminal width.
- `wrap` (optional, default = `false`): a true value indicates that long output text should break and continue in the following line. If false, lines will be truncated to fit in the available terminal width.

0 comments on commit 6586074

Please sign in to comment.