Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion hyperdb-api/src/async_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down