-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
5-2.構造体を使ったプログラム例に不要なタイトルがある
誤りのあるページ
https://doc.rust-jp.rs/book-ja/ch05-02-example-structs.html
誤りのあるページのgithubの場所
https://github.com/rust-lang-ja/book-ja/blob/master-ja/docs/ch05-02-example-structs.html
[誤り] 197行目~200行目
タプルでリファクタリングする
[誤りの内容]
不要なタイトルが混入している。
※重複している225行目から228行目は正しい。
[修正提案]
タイトルが不要のため削除を提案します。
ただし、重複している225行目から228行目は正しいため、225行目~228行目はそのまま残す。
Metadata
Metadata
Assignees
Labels
No labels