[log] Fix typo in docs of lib.rs (#1637)

* [log] Fix typo in docs of lib.rs

* [lib] Fix typo in docs of lib.rs
This commit is contained in:
Miniontoby
2024-08-12 19:59:16 +02:00
committed by GitHub
parent 78061c3455
commit e4e19e001b
+1 -1
View File
@@ -180,7 +180,7 @@ pub enum TargetKind {
path: PathBuf,
file_name: Option<String>,
},
/// Write logs to the OS specififc logs directory.
/// Write logs to the OS specific logs directory.
///
/// ### Platform-specific
///