Skip to content

Commit acd4dda

Browse files
committed
fix: typo in comment
1 parent 5f08d50 commit acd4dda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum Error {
6565
Runtime(#[from] RuntimeError),
6666
}
6767

68-
// When main() returns a `Error`, it will be printed using the `Display` implementation
68+
// When main() returns an `Error`, it will be printed using the `Display` implementation
6969
impl Debug for Error {
7070
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
7171
write!(f, "{}", self)

0 commit comments

Comments
 (0)