From 73c6563ce0b2cafbe47f55143ed9e29059afbc56 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Wed, 22 May 2019 05:58:29 +0200 Subject: [PATCH] Fix typo in comment. --- src/test/ui/macros/macro-at-most-once-rep-2018.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/macros/macro-at-most-once-rep-2018.rs b/src/test/ui/macros/macro-at-most-once-rep-2018.rs index e4ae406f5123..886a25bbcbcb 100644 --- a/src/test/ui/macros/macro-at-most-once-rep-2018.rs +++ b/src/test/ui/macros/macro-at-most-once-rep-2018.rs @@ -1,4 +1,4 @@ -// Tests that `?` is a Kleene op and not a macro separator in the 2015 edition. +// Tests that `?` is a Kleene op and not a macro separator in the 2018 edition. // edition:2018