Skip to content

Commit

Permalink
Fix model module doc comments in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Nov 17, 2024
1 parent 83c1a94 commit b223aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/app-builder/src/model/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! [`model`] contains our application-specific logic for interacting with the DB. It is kept
//! This module contains our application-specific logic for interacting with the DB. It is kept
//! separate from the [`entity`] module because SeaORM will override all code in the [`entity`]
//! module when we generate code from our DB schema.
Expand Down
2 changes: 1 addition & 1 deletion examples/full/src/model/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! [`model`] contains our application-specific logic for interacting with the DB. It is kept
//! This module contains our application-specific logic for interacting with the DB. It is kept
//! separate from the [`entity`] module because SeaORM will override all code in the [`entity`]
//! module when we generate code from our DB schema.
Expand Down

0 comments on commit b223aca

Please sign in to comment.