Skip to content

Commit

Permalink
docs(error): add missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 16, 2023
1 parent 9156919 commit f3178a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Expand Up @@ -15,7 +15,7 @@ pub enum Error {
/// Error that might occur when running on unsupported platforms.
#[error("Unsupported platform.")]
UnsupportedPlatformError,
/// Error that might occur when trying to show the cheat sheet
/// Error that might occur when trying to show the cheat sheet.
#[error("No cheat sheet found for `{0}`")]
CheatSheetNotFoundError(String),
}
Expand Down

0 comments on commit f3178a7

Please sign in to comment.