Skip to content

Commit 4a73878

Browse files
etgarperetsiffyio
andauthored
Update src/ast/mod.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 9352477 commit 4a73878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9804,7 +9804,7 @@ impl fmt::Display for ShowStatementIn {
98049804
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
98059805
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
98069806
pub struct ShowCharset {
9807-
/// The statement can be written as SHOW CHARSET or SHOW CHARACTER SET
9807+
/// The statement can be written as `SHOW CHARSET` or `SHOW CHARACTER SET`
98089808
/// true means CHARSET was used and false means CHARACTER SET was used
98099809
pub is_shorthand: bool,
98109810
pub filter: Option<ShowStatementFilter>,

0 commit comments

Comments
 (0)