Skip to content

Commit

Permalink
Typo eseq
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 16, 2019
1 parent 76a2164 commit d664800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seq/tests/06-make-work-in-function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d664800

Please sign in to comment.