fix typo in creating early lint pass

This commit is contained in:
mikkoglinn678 2023-12-29 20:46:37 -06:00
parent 174a0d7be6
commit 95f8f1eed2

View file

@ -67,7 +67,7 @@ pub fn create(
if pass == "early" {
println!(
"\n\
NOTE: Use a late pass unless you need something specific from\
NOTE: Use a late pass unless you need something specific from\n\
an early pass, as they lack many features and utilities"
);
}