Skip to content

docs: buildAcceptLanguage @param already carries {string} type annotation — no change needed#212

Merged
ormidales merged 1 commit into1.0.12from
copilot/fix-javadoc-annotation-hostname
Apr 3, 2026
Merged

docs: buildAcceptLanguage @param already carries {string} type annotation — no change needed#212
ormidales merged 1 commit into1.0.12from
copilot/fix-javadoc-annotation-hostname

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 3, 2026

The issue reported that buildAcceptLanguage's @param hostname JSDoc was missing the {string} type annotation, making it inconsistent with every other @param in the file.

Finding

The annotation was already present in background.js at the time of investigation:

* @param {string} hostname The request hostname (e.g. "www.example.fr").

No code changes were required. All acceptance criteria are satisfied by the existing code.

Copilot AI linked an issue Apr 3, 2026 that may be closed by this pull request
3 tasks
Copilot AI changed the title [WIP] Fix missing @param type annotation for hostname in buildAcceptLanguage docs: buildAcceptLanguage @param already carries {string} type annotation — no change needed Apr 3, 2026
Copilot AI requested a review from ormidales April 3, 2026 12:04
@ormidales ormidales added this to the v1.0.12 milestone Apr 3, 2026
@ormidales ormidales marked this pull request as ready for review April 3, 2026 12:15
Copilot AI review requested due to automatic review settings April 3, 2026 12:15
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ormidales ormidales merged commit 81a74a9 into 1.0.12 Apr 3, 2026
1 check passed
@ormidales ormidales deleted the copilot/fix-javadoc-annotation-hostname branch April 3, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[PATCH] buildAcceptLanguage JSDoc missing @param type annotation for hostname

3 participants