From bd6bed967c2998435121e510e2301e1131b56937 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Tue, 15 Oct 2024 18:30:37 +0800 Subject: [PATCH] Fix naming Signed-off-by: Xuanwo --- integrations/compat/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integrations/compat/src/lib.rs b/integrations/compat/src/lib.rs index aed79e98a05b..6a98da3d9a72 100644 --- a/integrations/compat/src/lib.rs +++ b/integrations/compat/src/lib.rs @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -//! `opendal-compat` provides compatibility functions for opendal. +//! `opendal_compat` provides compatibility functions for opendal. //! //! OpenDAL is widely used across the entire big data ecosystem. Various projects may utilize //! different versions of OpenDAL. This crate provides compatibility functions to assist users @@ -26,7 +26,7 @@ //! and each module contains only one function that converts from the latest version to the //! previous version. //! -//! Currently, `opendal-compat` supports the following versions: +//! Currently, `opendal_compat` supports the following versions: //! //! - [`v0_50_to_v0_49()`] //!