Skip to content

Commit

Permalink
fixed docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippRados committed Apr 4, 2024
1 parent 61bd730 commit d4fa58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrecc_compiler/src/preprocessor/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Scans input file file into preprocessor-tokens and handles all preprocessing-directives
//! Scans input file into preprocessor-tokens and handles all preprocessing-directives
pub mod scanner;

use crate::compiler::common::error::*;
Expand Down

0 comments on commit d4fa58c

Please sign in to comment.