Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed js code error #21171

Merged
merged 1 commit into from
Sep 29, 2022
Merged

Fixed js code error #21171

merged 1 commit into from
Sep 29, 2022

Conversation

Chaojimengnan
Copy link
Contributor

The string.charCodeAt(index) in the function fromBinary is corrected to binary.charCodeAt (index)

Description

Correct string to binary

Motivation

Fix Code Errors

Additional details

Related issues and pull requests

The `string.charCodeAt(index)` in the function `fromBinary` is corrected to `binary.charCodeAt (index)`
@Chaojimengnan Chaojimengnan requested a review from a team as a code owner September 29, 2022 02:08
@Chaojimengnan Chaojimengnan requested review from Elchi3 and removed request for a team September 29, 2022 02:08
@github-actions github-actions bot added the Content:WebAPI Web API docs label Sep 29, 2022
@github-actions
Copy link
Contributor

Preview URLs

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thank you and welcome to mdn/content! 🎉

@Elchi3 Elchi3 merged commit 951c9ce into mdn:main Sep 29, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants