Skip to content

Commit d173ced

Browse files
typo
1 parent 4ccac65 commit d173ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialect/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ pub trait Dialect: Debug + Any {
850850

851851
/// Returns true if the dialect supports the table hints in the `FROM` clause.
852852
fn supports_table_hints(&self) -> bool {
853-
flase
853+
false
854854
}
855855
/// Returns true if this dialect supports the E'...' syntax for string literals
856856
///

0 commit comments

Comments
 (0)