Skip to content

Commit 7093adc

Browse files
committed
appender: fix typo
1 parent 795e6d8 commit 7093adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracing-appender/src/rolling/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl Builder {
4949
/// [`filename_prefix`]: Self::filename_prefix
5050
/// [`filename_suffix`]: Self::filename_suffix
5151
/// [`max_log_files`]: Self::max_log_files
52-
/// ['max_file_size`]: Self::max_file_size
52+
/// [`max_file_size`]: Self::max_file_size
5353
#[must_use]
5454
pub const fn new() -> Self {
5555
Self {

0 commit comments

Comments
 (0)