Skip to content

Commit 245e499

Browse files
committed
fix: correct "Forwards" spelling error
1 parent 345fdec commit 245e499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub(crate) struct LogFacadeLogger {
6161
pub(crate) enum Writer {
6262
/// Writes logs to the file system.
6363
FileWriter(FilesystemLogger),
64-
/// Fowards logs to the `log` facade.
64+
/// Forwards logs to the `log` facade.
6565
LogFacadeWriter(LogFacadeLogger),
6666
}
6767

0 commit comments

Comments
 (0)