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 authored Oct 15, 2021
1 parent 6c80de9 commit a84e699
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 a84e699

Please sign in to comment.