Skip to content

Commit 16ac6c2

Browse files
committed
Auto merge of #15756 - harpsword:fix_typo_in_mbe_lib, r=lnicola
fix typo in mbe/lib.rs comment fix typo in mbe/lib.rs comment
2 parents 862693f + 3f4368a commit 16ac6c2

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)