We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
attrubute
1 parent 3edc619 commit 92c3845Copy full SHA for 92c3845
sqlx-core/src/from_row.rs
@@ -251,7 +251,7 @@ use crate::{error::Error, row::Row};
251
/// represented as the _not_ NULL (in terms of DB) JSON value of `null`.
252
///
253
/// If you wish to describe a database row which _is_ NULLable but _cannot_ contain the JSON value `null`,
254
-/// use the `#[sqlx(json(nullable))]` attrubute.
+/// use the `#[sqlx(json(nullable))]` attribute.
255
256
/// For example
257
/// ```rust,ignore
0 commit comments