Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and lukaslueg committed Jan 15, 2024
1 parent 7711a1c commit d89b72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn main() {
```rust,ignore
// In lib.rs or main.rs
// Include the generated-file as a seperate module
// Include the generated-file as a separate module
pub mod built_info {
include!(concat!(env!("OUT_DIR"), "/built.rs"));
}
Expand Down

0 comments on commit d89b72c

Please sign in to comment.