-
Notifications
You must be signed in to change notification settings - Fork 30
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
typoの修正とdoneの翻訳変更 #337
typoの修正とdoneの翻訳変更 #337
Conversation
@@ -495,7 +495,7 @@ print(manualDrawing.draw()) | |||
// ***Hello RAVI PATEL!** | |||
``` | |||
|
|||
このコードは機能しますが、少し扱いにづらく感じます。`AllCaps` の後の深くネストされた括弧は読みにくく、`name` が `nil` の場合に「World」を使用するフォールバックロジックは、`??` を使用してインラインで実行する必要があります。これは、より複雑なものに対しては困難です。描画の一部を構成するために `switch` または `for` ループを含める必要があっても、方法はありません。リザルトビルダを使用すると、このようなコードを書き換えて、通常の Swift のコードのように見せることができます。 | |||
このコードは機能しますが、少し扱いづらく感じます。`AllCaps` の後の深くネストされた括弧は読みにくく、`name` が `nil` の場合に「World」を使用するフォールバックロジックは、`??` を使用してインラインで記述する必要があります。これは、より複雑なものに対しては困難です。描画の一部を構成するために `switch` または `for` ループを含める必要があっても、方法はありません。リザルトビルダを使用すると、このようなコードを書き換えて、通常の Swift のコードのように見せることができます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文The fallback logic to use “World” when name is nil has to be done inline using the ?? operator,
インラインで実行する
だと意味が通らないので 記述する
に変更しました。
language-guide/advanced-operators.md
Outdated
@@ -1,6 +1,6 @@ | |||
# 高度な演算子\(Advanced Operators\) | |||
|
|||
最終更新日: 2022/7/15 | |||
最終更新日: 2022/7/15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日付更新していただけると嬉しいです!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typoの修正くらいなら更新しなくてもいいかなと思ってましたが、この文書は一応翻訳も変えてるので更新しますね。
basic-operators.mdのほうはtypo修正だけなので更新しないでいいでしょうか。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございますmm
basic-operators.mdのほうはtypo修正だけなので更新しないでいいでしょうか。
はい、内容の変更がないのでいらないと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
更新しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!
No description provided.