Skip to content

Commit e4e19e0

Browse files
authored
[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
1 parent 78061c3 commit e4e19e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/log/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub enum TargetKind {
180180
path: PathBuf,
181181
file_name: Option<String>,
182182
},
183-
/// Write logs to the OS specififc logs directory.
183+
/// Write logs to the OS specific logs directory.
184184
///
185185
/// ### Platform-specific
186186
///

0 commit comments

Comments
 (0)