File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ pub enum Token {
110
110
Sharp ,
111
111
/// Tilde `~` used for PostgreSQL Bitwise NOT operator or case sensitive match regular operator
112
112
Tilde ,
113
- /// `~*` , a case insensitive match regular operator in PostgreSQL
113
+ /// `~*` , a case insensitive match regular expression operator in PostgreSQL
114
114
TildeAsterisk ,
115
- /// `!~` , a case sensitive not match regular operator in PostgreSQL
115
+ /// `!~` , a case sensitive not match regular expression operator in PostgreSQL
116
116
ExclamationMarkTilde ,
117
- /// `!~*` , a case insensitive not match regular operator in PostgreSQL
117
+ /// `!~*` , a case insensitive not match regular expression operator in PostgreSQL
118
118
ExclamationMarkTildeAsterisk ,
119
119
/// `<<`, a bitwise shift left operator in PostgreSQL
120
120
ShiftLeft ,
You can’t perform that action at this time.
0 commit comments