From d6648002a46762f34bcbe575da4f579a08ac8812 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 16 Jun 2019 12:19:05 -0700 Subject: [PATCH] Typo eseq --- seq/tests/06-make-work-in-function.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seq/tests/06-make-work-in-function.rs b/seq/tests/06-make-work-in-function.rs index 1c95c041c..5eaf1a355 100644 --- a/seq/tests/06-make-work-in-function.rs +++ b/seq/tests/06-make-work-in-function.rs @@ -24,8 +24,8 @@ // with relatively little effort. // // Keep the original `seq!` macro for use outside of function bodies, and -// introduce a new `fseq` macro using proc-macro-hack. Your proc-macro-hack -// implementation crate" will look like: +// introduce a new `eseq` macro using proc-macro-hack. Your proc-macro-hack +// "implementation crate" will look like: // // #[proc_macro] // pub fn seq(input: TokenStream) -> TokenStream {