Skip to content

Fix[ja]: Rust to Wasmガイドの行番号を修正(Correct line number in Rust to Wasm guide) #27897

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 2, 2025

Conversation

Yono1112
Copy link
Contributor

@Yono1112 Yono1112 commented Jul 2, 2025

概要

MDN の技術記事「Rust から WebAssembly にコンパイル」の日本語版において、「クレート」セクションの記述に誤りがあったため修正します。

変更理由

「クレート」セクション内で use コマンドを説明している箇所で、原文の "The first line" (1行目) が「3行目」と誤訳されていました。
コードスニペットとドキュメントの記述を一致させるため、これを「1行目」に修正します。

変更内容

変更前:

3 行目にはコードをライブラリーから自分のコードにインポートする use コマンドがあります。

変更後:

1 行目にはコードをライブラリーから自分のコードにインポートする use コマンドがあります。

The Japanese documentation incorrectly stated "3行目" (line 3)
when the original English text refers to "The first line".

This commit corrects the translation from "3行目" to "1行目" to
accurately reflect the source text.
@Yono1112 Yono1112 requested a review from a team as a code owner July 2, 2025 11:20
@Yono1112 Yono1112 requested review from mfuji09 and removed request for a team July 2, 2025 11:20
@github-actions github-actions bot added the l10n-ja Issues related to Japanese content. label Jul 2, 2025
Copy link
Contributor

github-actions bot commented Jul 2, 2025

Preview URLs

Copy link
Collaborator

@mfuji09 mfuji09 left a comment

Choose a reason for hiding this comment

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

OKです。

@mfuji09 mfuji09 merged commit df79135 into mdn:main Jul 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ja Issues related to Japanese content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants