Skip to content

Commit

Permalink
Fixed typo. (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbfoster authored Feb 2, 2023
1 parent 76ae286 commit c828fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ macro_rules! query_file_scalar_unchecked (
///
/// This is because our ability to tell the compiler to watch external files for changes
/// from a proc-macro is very limited. The compiler by default only re-runs proc macros when
/// one ore more source files have changed, because normally it shouldn't have to otherwise. SQLx is
/// one or more source files have changed, because normally it shouldn't have to otherwise. SQLx is
/// just weird in that external factors can change the output of proc macros, much to the chagrin of
/// the compiler team and IDE plugin authors.
///
Expand Down

0 comments on commit c828fb5

Please sign in to comment.