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

Commit

Permalink
Fix typo in readme and crate-level documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 11, 2024
1 parent b7eca9c commit 8f7b70b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl E {

## Discriminants

The conversion respects explictly specified enum discriminants. Consider
The conversion respects explicitly specified enum discriminants. Consider
this enum:

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
//!
//! # Discriminants
//!
//! The conversion respects explictly specified enum discriminants. Consider
//! The conversion respects explicitly specified enum discriminants. Consider
//! this enum:
//!
//! ```
Expand Down

0 comments on commit 8f7b70b

Please sign in to comment.