Skip to content

fix: incorrect description of -0 and +0 equality in map and set docs #28110

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

Merged
merged 1 commit into from
Jul 27, 2025

Conversation

dariasavinova
Copy link
Contributor

Description

Removed the incorrect phrase (в отличие от ===) (unlike ===) from the description of -0 and +0 equality in the SameValueZero algorithm section.
The original English text is correct, but the Russian translation contains an error.

Motivation

This change corrects a misleading translation error, ensuring readers understand that -0 and +0 are equal in both === and SameValueZero.

Additional details

Related issues and pull requests

Removed the incorrect phrase '(в отличие от ===)' from the description of -0 and +0 equality in the SameValueZero algorithm section
@dariasavinova dariasavinova requested a review from a team as a code owner July 23, 2025 10:48
@dariasavinova dariasavinova requested review from leon-win and removed request for a team July 23, 2025 10:48
@github-actions github-actions bot added the l10n-ru Issues related to Russian content. label Jul 23, 2025
Copy link
Contributor

Preview URLs

Flaws (4)

URL: /ru/docs/Web/JavaScript/Guide/Keyed_collections
Title: Коллекции
Flaw count: 4

  • broken_links:
    • /ru/docs/Web/JavaScript/Guide/Indexed_Collections is ill cased
    • /ru/docs/Web/JavaScript/Guide/Working_with_Objects is ill cased
    • /ru/docs/Web/JavaScript/Guide/Indexed_Collections is ill cased
    • /ru/docs/Web/JavaScript/Guide/Working_with_Objects is ill cased

Copy link
Member

@saionaro saionaro left a comment

Choose a reason for hiding this comment

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

@dariasavinova спасибо за вклад в MDN!

@saionaro saionaro merged commit a0045db into mdn:main Jul 27, 2025
5 checks passed
@dariasavinova dariasavinova deleted the patch-1 branch July 28, 2025 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ru Issues related to Russian content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants