Little fixes
This commit is contained in:
@@ -379,7 +379,7 @@ impl Token {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn is_range_seperator(&self) -> bool {
|
||||
pub fn is_range_separator(&self) -> bool {
|
||||
[DotDot, DotDotDot, DotDotEq].contains(&self.kind)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user