Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Feb 7, 2025
1 parent e33e8c9 commit 0085bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ impl Shadow {
where
F: Fn(&File) -> SdResult<()>,
{
let desc = r#"/// Below code generated by project custom from by build.rs"#;
let desc = r#"// Below code generated by project custom from by build.rs"#;
writeln!(&self.f, "\n{desc}\n")?;
f(&self.f)?;
Ok(())
Expand Down

0 comments on commit 0085bd7

Please sign in to comment.