Skip to content

Commit 70aba82

Browse files
add Global to ContextModifier doc
1 parent 39c9b27 commit 70aba82

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
@@ -7899,7 +7899,7 @@ impl fmt::Display for FlushLocation {
78997899
}
79007900
}
79017901

7902-
/// Optional context modifier for statements that can be or `LOCAL`, or `SESSION`.
7902+
/// Optional context modifier for statements that can be or `LOCAL`, 'GLOBAL', or `SESSION`.
79037903
#[derive(Debug, Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
79047904
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
79057905
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]

0 commit comments

Comments
 (0)