From 236806a9acdabb737b62bc6d1f814169cd6acec3 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 7 Oct 2024 10:58:14 -0700 Subject: [PATCH] doc: tweak version doc string --- crates/openvino/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/openvino/src/lib.rs b/crates/openvino/src/lib.rs index 358a0dc..3374bfe 100644 --- a/crates/openvino/src/lib.rs +++ b/crates/openvino/src/lib.rs @@ -61,7 +61,7 @@ pub use shape::Shape; pub use tensor::Tensor; pub use version::Version; -/// Emit the version string of the OpenVINO C API backing this implementation. +/// Emit the version of the OpenVINO C library backing this implementation. /// /// # Panics ///