Fix a typo in a comment.

This commit is contained in:
Nicholas Nethercote 2025-02-12 17:00:57 +11:00
parent e2e4d0bdb1
commit c301ba57a6

View File

@ -116,7 +116,7 @@ impl MirPhase {
}
}
/// Parses an `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
/// Parses a `MirPhase` from a pair of strings. Panics if this isn't possible for any reason.
pub fn parse(dialect: String, phase: Option<String>) -> Self {
match &*dialect.to_ascii_lowercase() {
"built" => {