mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-10 05:52:13 +00:00
chore: fix some comments (#1184)
Signed-off-by: sunxunle <sunxunle@gmail.com>
This commit is contained in:
parent
2bf93a470c
commit
e976a2ee43
4 changed files with 5 additions and 5 deletions
|
@ -93,7 +93,7 @@ macro_rules! dialect_of {
|
|||
pub trait Dialect: Debug + Any {
|
||||
/// Determine the [`TypeId`] of this dialect.
|
||||
///
|
||||
/// By default, return the same [`TypeId`] as [`Any::type_id`]. Can be overriden
|
||||
/// By default, return the same [`TypeId`] as [`Any::type_id`]. Can be overridden
|
||||
/// by dialects that behave like other dialects
|
||||
/// (for example when wrapping a dialect).
|
||||
fn dialect(&self) -> TypeId {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue