Skip to content

Commit b12e3b3

Browse files
committed
Fix empty-set symbol in comments
1 parent ffa1ca9 commit b12e3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ pub enum Delimiter {
811811
/// `[ ... ]`
812812
#[stable(feature = "proc_macro_lib2", since = "1.29.0")]
813813
Bracket,
814-
/// `Ø ... Ø`
814+
/// ` ... `
815815
/// An invisible delimiter, that may, for example, appear around tokens coming from a
816816
/// "macro variable" `$var`. It is important to preserve operator priorities in cases like
817817
/// `$var * 3` where `$var` is `1 + 2`.

0 commit comments

Comments
 (0)