Skip to content

4.3. Primitive Types (1.9) #164

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 4 commits into from
Jun 21, 2016

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Jun 20, 2016

Primitive Types / プリミティブ型を 1.9 にアップデートします。

備考(随時追加)

  • 個人的に意味が通じにくいと感じた部分を修正しました。
    -「ことができます」を、簡潔な表現に置き換えました。
    -「の中に」を削除しました。
  • HTML コメントの行末の空白を、他のページに合わせて削除しました。
  • 「プリント」を「表示」に統一しました。

@tatsuya6502 tatsuya6502 added this to the 1.9 milestone Jun 20, 2016
@tatsuya6502
Copy link
Member Author

@tatsuya6502 tatsuya6502 changed the title [WIP] 4.3. Primitive Types (1.9) 4.3. Primitive Types (1.9) Jun 20, 2016
[サイズ不定型][dst] のように、それはそれ自体で非常に便利なものではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
そのため、それはそのまま置いておきましょう。
[サイズ不定型][dst] のように、それ単体ではあまり便利ではありませんが、 [`&str`][strings] のように参照の後ろに置かれたときに便利になります。
[文字列][strings] と [参照][references] についてカバーする際に、より正確に学びましょう。

[dst]: unsized-types.html
[strings]: strings.html

Copy link
Member

Choose a reason for hiding this comment

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

こちら、1箇所diffが抜けているようです。

+[references]: references-and-borrowing.html

@KeenS
Copy link
Member

KeenS commented Jun 20, 2016

@tatsuya6502 1点だけ、パッチの適用漏れがあるようです。更新お願いします。その他の点は良いです。

@tatsuya6502
Copy link
Member Author

@KeenS レビューありがとうございました。

私は無意識(?)にスルーしてたみたいですが、[reference] のリンクが、原文に2回出て来てましたね。(diff の50行目と72行目) ここは原文に合わせ、ご指摘の方のリンクも追加しました。

この内容でマージしますね。

@tatsuya6502 tatsuya6502 merged commit 3d9983f into rust-lang-ja:master Jun 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants