Skip to content

Fix duplicate "the the" typos in mux.go comments - #799

Closed
Bojun-Vvibe wants to merge 1 commit into
gorilla:mainfrom
Bojun-Vvibe:agent/gorilla_mux-1776706412
Closed

Fix duplicate "the the" typos in mux.go comments#799
Bojun-Vvibe wants to merge 1 commit into
gorilla:mainfrom
Bojun-Vvibe:agent/gorilla_mux-1776706412

Conversation

@Bojun-Vvibe

Copy link
Copy Markdown

Repo: gorilla/mux (⭐ 21000)
Type: docs
Files changed: 1
Lines: +2/-2

What

Removes two instances of the duplicated word "the the" in comments inside mux.go — one on the omitRouterFromContext field documentation and one in the Match method's godoc.

Why

These are minor but visible typos in documentation that appears in godoc.org / pkg.go.dev for a heavily-used library (~21k stars). Cleaning them up improves readability of the public API documentation at zero risk.

Testing

  • go build ./... succeeds.
  • Change is comment-only; no behavior changes possible.

Risk

Low — comment-only edit, no code paths touched.

@Bojun-Vvibe Bojun-Vvibe closed this by deleting the head repository Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants