Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmedal committed May 22, 2024
1 parent 48a8290 commit 736bc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/sql/src/unparser/dialect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
use regex::Regex;
use sqlparser::keywords::ALL_KEYWORDS;

/// `Dialect` to usse for Unparsing
/// `Dialect` to use for Unparsing
///
/// The default dialect tries to avoid quoting identifiers unless necessary (e.g. `a` instead of `"a"`)
/// but this behavior can be overridden as needed
Expand Down

0 comments on commit 736bc8e

Please sign in to comment.