Skip to content

Commit

Permalink
Update writer.rs (#1174)
Browse files Browse the repository at this point in the history
Fixes #1173
  • Loading branch information
frederikhors authored Nov 4, 2022
1 parent 485f5e4 commit 9af5885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-codegen/src/entity/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ impl EntityWriter {
pub fn write_doc_comment(lines: &mut Vec<String>) {
let ver = env!("CARGO_PKG_VERSION");
let comments = vec![format!(
"//! SeaORM Entity. Generated by sea-orm-codegen {}",
"//! `SeaORM` Entity. Generated by sea-orm-codegen {}",
ver
)];
lines.extend(comments);
Expand Down

0 comments on commit 9af5885

Please sign in to comment.