diff --git a/README.md b/README.md index 0136680..497dc70 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ database files (`.hyper`) without any C library dependencies. > **Project Status — 0.2.x, AI-Engineered** > > This crate was vibe-engineered with heavy use of AI coding assistants. The -> **0.2.x** line will probably undergo large breaking changes; the public API +> **0.2.x** line will probably undergo more large breaking changes; the public API > won't settle until the 1.0.0 release. > > Contributors and reviewers should, at a minimum, run an **AI code reviewer** diff --git a/hyperdb-api/src/async_connection.rs b/hyperdb-api/src/async_connection.rs index 3be5b3a..0844d57 100644 --- a/hyperdb-api/src/async_connection.rs +++ b/hyperdb-api/src/async_connection.rs @@ -3,7 +3,7 @@ //! Async connection to Hyper database. //! -//! This module provides [`AsyncConnection`], the async version of [`Connection`](crate::Connection). +//! This module provides [`AsyncConnection`] the async version of [`Connection`](crate::Connection). //! Use this when you're already in an async runtime (tokio). use std::any::Any;