Skip to content

Commit b7d7a07

Browse files
authored
Fix typo (#113)
1 parent 192dcef commit b7d7a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use thiserror::Error;
1515
///
1616
/// Any function considered to be part of the public interface of the library
1717
/// should return this result type. Subsystems should return the more-specific
18-
/// child error types as appripriate.
18+
/// child error types as appropriate.
1919
///
2020
/// Note that _all_ of the library is public in order to facilitate use-cases
2121
/// beyond the ones designed for.

0 commit comments

Comments
 (0)