Skip to content

Commit

Permalink
fix: fix typo in mbe/lib.rs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
harpsword committed Oct 14, 2023
1 parent 4c9d2c7 commit 3f4368a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/mbe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! interface, although it contains some code to bridge `SyntaxNode`s and
//! `TokenTree`s as well!
//!
//! The tes for this functionality live in another crate:
//! The tests for this functionality live in another crate:
//! `hir_def::macro_expansion_tests::mbe`.

#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]
Expand Down

0 comments on commit 3f4368a

Please sign in to comment.