Fix empty-set symbol in comments
This commit is contained in:
parent
3fba278231
commit
e480cabe3a
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ pub enum Delimiter {
|
|||
Brace,
|
||||
/// `[ ... ]`
|
||||
Bracket,
|
||||
/// `Ø ... Ø`
|
||||
/// `∅ ... ∅`
|
||||
/// An invisible delimiter, that may, for example, appear around tokens coming from a
|
||||
/// "macro variable" `$var`. It is important to preserve operator priorities in cases like
|
||||
/// `$var * 3` where `$var` is `1 + 2`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue