Skip to content

Commit c324e37

Browse files
committed
appender: fix typo
1 parent bd34e08 commit c324e37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tracing-appender/src/rolling/builder.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ impl Builder {
4343
/// | [`filename_prefix`] | `""` | By default, log file names will not have a prefix. |
4444
/// | [`filename_suffix`] | `""` | By default, log file names will not have a suffix. |
4545
/// | [`max_log_files`] | `None` | By default, there is no limit for maximum log file count. |
46-
/// | [`max_files_size`] | `None` | By default, there is no limit for maximum log file size. |
46+
/// | [`max_file_size`] | `None` | By default, there is no limit for maximum log file size. |
4747
///
4848
/// [`rotation`]: Self::rotation
4949
/// [`filename_prefix`]: Self::filename_prefix
5050
/// [`filename_suffix`]: Self::filename_suffix
5151
/// [`max_log_files`]: Self::max_log_files
52-
/// ['max_files_size`]: Self::max_files_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)