Skip to content

Commit 922cc64

Browse files
author
Alexander Beedie
committed
Add missing backtick to FunctionArgumentList docstring
1 parent db23bca commit 922cc64

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
@@ -4791,7 +4791,7 @@ impl fmt::Display for FunctionArguments {
47914791
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
47924792
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
47934793
pub struct FunctionArgumentList {
4794-
/// `[ ALL | DISTINCT ]
4794+
/// `[ ALL | DISTINCT ]`
47954795
pub duplicate_treatment: Option<DuplicateTreatment>,
47964796
/// The function arguments.
47974797
pub args: Vec<FunctionArg>,

0 commit comments

Comments
 (0)