Skip to content

Commit 3f4368a

Browse files
committed
fix: fix typo in mbe/lib.rs comment
1 parent 4c9d2c7 commit 3f4368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mbe/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! interface, although it contains some code to bridge `SyntaxNode`s and
44
//! `TokenTree`s as well!
55
//!
6-
//! The tes for this functionality live in another crate:
6+
//! The tests for this functionality live in another crate:
77
//! `hir_def::macro_expansion_tests::mbe`.
88
99
#![warn(rust_2018_idioms, unused_lifetimes, semicolon_in_expressions_from_macros)]

0 commit comments

Comments
 (0)