Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
  • Loading branch information
Erik1000 and jplatte committed Oct 27, 2021
1 parent 1e7f200 commit ed0aaeb
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 @@ -94,7 +94,7 @@ use crate::row::Row;
///
/// ## Manual implementation
///
/// You can also implement the [`FromRow`] trait by hand. This can be useful, if you
/// 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:
///
/// ```rust,ignore
Expand Down

0 comments on commit ed0aaeb

Please sign in to comment.