We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192dcef commit b7d7a07Copy full SHA for b7d7a07
src/error/mod.rs
@@ -15,7 +15,7 @@ use thiserror::Error;
15
///
16
/// Any function considered to be part of the public interface of the library
17
/// should return this result type. Subsystems should return the more-specific
18
-/// child error types as appripriate.
+/// child error types as appropriate.
19
20
/// Note that _all_ of the library is public in order to facilitate use-cases
21
/// beyond the ones designed for.
0 commit comments