Skip to content

Commit 92c3845

Browse files
authored
fix attrubute typo in doc (#3855)
1 parent 3edc619 commit 92c3845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlx-core/src/from_row.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ use crate::{error::Error, row::Row};
251251
/// represented as the _not_ NULL (in terms of DB) JSON value of `null`.
252252
///
253253
/// 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.
254+
/// use the `#[sqlx(json(nullable))]` attribute.
255255
///
256256
/// For example
257257
/// ```rust,ignore

0 commit comments

Comments
 (0)