Skip to content

Commit

Permalink
Nicer grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Sep 8, 2024
1 parent c093c29 commit 9dad453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-reflect/src/descriptor/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ impl fmt::Display for DescriptorErrorKind {
} => {
write!(
f,
"'{name}' is is resolved to '{shadowed_name}', which is not defined",
"'{name}' resolves to '{shadowed_name}', which is not defined",
)
}
DescriptorErrorKind::InvalidType { name, expected, .. } => {
Expand Down

0 comments on commit 9dad453

Please sign in to comment.