Skip to content

Commit cd9f495

Browse files
committed
Fix typo in SetupError documentation
1 parent 3409a1a commit cd9f495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/openvino/src/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ impl InferenceError {
5555
}
5656
}
5757

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.,
58+
/// Enumerate setup failures: in some cases, this library will call library-loading code that may
59+
/// fail in a different way (i.e., [LoadingError]) than the calls to the OpenVINO libraries (i.e.,
6060
/// [InferenceError]).
6161
#[derive(Debug, Error)]
6262
pub enum SetupError {

0 commit comments

Comments
 (0)