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

Error in NUMERIC, BITWISE section of docs (left vs right) #28176

Closed
vorton55 opened this issue Jul 25, 2023 · 1 comment · Fixed by #28181
Closed

Error in NUMERIC, BITWISE section of docs (left vs right) #28176

vorton55 opened this issue Jul 25, 2023 · 1 comment · Fixed by #28181
Assignees
Labels
Content:wasm WebAssembly docs

Comments

@vorton55
Copy link

MDN URL

https://developer.mozilla.org/en-US/docs/WebAssembly/Reference/Numeric

What specific section or headline is this issue about?

In the BITWISE section, "Right shift" incorrectly described

What information was incorrect, unhelpful, or incomplete?

Left shift
Used for performing a bitwise left-shift.

Right shift
Used for performing a bitwise left-shift. <<=== ERROR!

What did you expect to see?

I expected to see:
"Used for performing a bitwise right-shift."

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

MDN metadata

Page report details
@vorton55 vorton55 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 25, 2023
@github-actions github-actions bot added the Content:wasm WebAssembly docs label Jul 25, 2023
@sideshowbarker sideshowbarker self-assigned this Jul 26, 2023
@sideshowbarker sideshowbarker removed the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 26, 2023
@sideshowbarker
Copy link
Collaborator

Thanks for catching this and reporting it. I’ve opened #28181 with a fix. After that fix is merged, this issue will automatically be marked as resolved, and closed.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:wasm WebAssembly docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants