Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiaritz committed Oct 14, 2024
1 parent a3ea524 commit 9be6ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel/src/sqlite/types/json.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Support for JSON and JSONB values under PostgreSQL.
//! Support for JSON and JSONB values under SQLite.

use crate::deserialize::{self, FromSql};
use crate::serialize::{self, IsNull, Output, ToSql};
Expand Down

0 comments on commit 9be6ae8

Please sign in to comment.