Skip to content

Commit 8e256a9

Browse files
etgarperetsiffyio
andauthored
comment rephrase
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent ecdee10 commit 8e256a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/dialect/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ pub trait Dialect: Debug + Any {
476476
false
477477
}
478478

479-
// Does the Dialect support concatenating of string literal
480-
// Example: SELECT 'Hello ' "world" => SELECT 'Hello world'
479+
/// Returns true if the dialect supports concatenating of string literal
480+
/// Example: `SELECT 'Hello ' "world" => SELECT 'Hello world'`
481481
fn supports_string_literal_concatenation(&self) -> bool {
482482
false
483483
}

0 commit comments

Comments
 (0)