Skip to content

Commit

Permalink
Fix typo (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
vuittont60 committed Jan 19, 2024
1 parent 192dcef commit b7d7a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use thiserror::Error;
///
/// Any function considered to be part of the public interface of the library
/// should return this result type. Subsystems should return the more-specific
/// child error types as appripriate.
/// child error types as appropriate.
///
/// Note that _all_ of the library is public in order to facilitate use-cases
/// beyond the ones designed for.
Expand Down

0 comments on commit b7d7a07

Please sign in to comment.