mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-11-06 16:32:43 +00:00
fix attrubute typo in doc (#3855)
This commit is contained in:
parent
3edc6199db
commit
92c3845952
@ -251,7 +251,7 @@ use crate::{error::Error, row::Row};
|
|||||||
/// represented as the _not_ NULL (in terms of DB) JSON value of `null`.
|
/// represented as the _not_ NULL (in terms of DB) JSON value of `null`.
|
||||||
///
|
///
|
||||||
/// If you wish to describe a database row which _is_ NULLable but _cannot_ contain the JSON value `null`,
|
/// If you wish to describe a database row which _is_ NULLable but _cannot_ contain the JSON value `null`,
|
||||||
/// use the `#[sqlx(json(nullable))]` attrubute.
|
/// use the `#[sqlx(json(nullable))]` attribute.
|
||||||
///
|
///
|
||||||
/// For example
|
/// For example
|
||||||
/// ```rust,ignore
|
/// ```rust,ignore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user