Skip to content

Commit

Permalink
Fix typo in FromRow docs (#2040)
Browse files Browse the repository at this point in the history
Fixes typo: manuel to manual.
  • Loading branch information
zlindner authored Aug 11, 2022
1 parent ca74b0c commit 326254f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlx-core/src/from_row.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ use crate::row::Row;
/// ## Manual implementation
///
/// You can also implement the [`FromRow`] trait by hand. This can be useful if you
/// have a struct with a field that needs manuel decoding:
/// have a struct with a field that needs manual decoding:
///
///
/// ```rust,ignore
Expand Down

0 comments on commit 326254f

Please sign in to comment.