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 3409a1a commit cd9f495Copy full SHA for cd9f495
crates/openvino/src/error.rs
@@ -55,8 +55,8 @@ impl InferenceError {
55
}
56
57
58
-/// Enumberate setup failures: in some cases, this library calls library loading code that may fail
59
-/// in a different way (i.e., [LoadingError]) than the calls in to the OpenVINO libraries (i.e.,
+/// Enumerate setup failures: in some cases, this library will call library-loading code that may
+/// fail in a different way (i.e., [LoadingError]) than the calls to the OpenVINO libraries (i.e.,
60
/// [InferenceError]).
61
#[derive(Debug, Error)]
62
pub enum SetupError {
0 commit comments