Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 8f7b70b

Browse files
committed
Fix typo in readme and crate-level documentation
1 parent b7eca9c commit 8f7b70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ impl E {
7979

8080
## Discriminants
8181

82-
The conversion respects explictly specified enum discriminants. Consider
82+
The conversion respects explicitly specified enum discriminants. Consider
8383
this enum:
8484

8585
```rust

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
//!
9393
//! # Discriminants
9494
//!
95-
//! The conversion respects explictly specified enum discriminants. Consider
95+
//! The conversion respects explicitly specified enum discriminants. Consider
9696
//! this enum:
9797
//!
9898
//! ```

0 commit comments

Comments
 (0)