Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Oct 15, 2024
1 parent a293586 commit bd6bed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/compat/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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()`]
//!
Expand Down

0 comments on commit bd6bed9

Please sign in to comment.