Skip to content

docs: fix "re-using"/"re-used" typo in sqlx-core doc comments#4239

Draft
Bojun-Vvibe wants to merge 1 commit intolaunchbadge:mainfrom
Bojun-Vvibe:agent/launchbadge_sqlx-1776708827
Draft

docs: fix "re-using"/"re-used" typo in sqlx-core doc comments#4239
Bojun-Vvibe wants to merge 1 commit intolaunchbadge:mainfrom
Bojun-Vvibe:agent/launchbadge_sqlx-1776708827

Conversation

@Bojun-Vvibe
Copy link
Copy Markdown

Repo: launchbadge/sqlx (⭐ 13000)
Type: docs
Files changed: 3
Lines: +3/-3

What

Replaces the hyphenated spellings "re-using" / "re-used" with the canonical
single-word forms "reusing" / "reused" in three sqlx-core doc comments
(encode.rs, pool/mod.rs, statement.rs). Detected via codespell.

Why

codespell flags these as misspellings and the standard English form is
unhyphenated. Doc comments here are surfaced on docs.rs as part of the
public API docs, so polishing them improves the reader experience at no
risk to runtime behavior.

Testing

Pure documentation comment edits — no behavior change. cargo doc would
still build; codespell sqlx-core/src no longer reports these three sites.

Risk

Low — comment-only changes in public-facing docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants