Skip to content

Commit

Permalink
lint db.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored Dec 13, 2024
1 parent b2dff40 commit 13a2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ where
/// Checks if the specified table has an 'id' column.
///
/// This function checks if the specified table has an 'id' column, which is a
/// common primary key column. It supports Postgres, SQLite, and MySQL database
/// common primary key column. It supports `Postgres`, `SQLite`, and `MySQL` database
/// backends.
///
/// # Arguments
Expand Down

0 comments on commit 13a2ead

Please sign in to comment.