Skip to content

Commit

Permalink
spelling + field names
Browse files Browse the repository at this point in the history
  • Loading branch information
EriKWDev committed Dec 17, 2024
1 parent 1bad1f5 commit b0d4760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -833,8 +833,8 @@ mod tests {
module_path: false,
target: false,
level: true,
file: false,
line_number: false,
source_file: true,
source_line_number: true,
kv_format: &default_kv_format,
written_header_value: false,
indent: None,
Expand Down Expand Up @@ -868,8 +868,8 @@ mod tests {
module_path: true,
target: true,
level: true,
file: false,
line_number: false,
source_file: true,
source_line_number: true,
kv_format: &default_kv_format,
written_header_value: false,
indent: None,
Expand Down
2 changes: 1 addition & 1 deletion src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ impl Builder {
self
}

/// Wheter or not to write the source path and line number
/// Whether or not to write the source path and line number
///
/// Equivalent to calling both `format_file` and `format_line_number`
/// with `true`
Expand Down

0 comments on commit b0d4760

Please sign in to comment.