We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Context: https://go-tour-jp.appspot.com/moretypes/26
翻訳改善
関数を用いた面白い例を見てみましょう。
この関数は、連続するフィボナッチ数(0, 1, 1, 2, 3, 5, ...)を返す関数(クロージャ)を返します。
上記表現よりフィボナッチ数列を実装した「例」があると勘違いしてしまった。 本ページは実装がなく自身でコーディングを行うことを意図しているが、この記載より作成者の実装漏れだと指摘してしまうところだった。
Let's have some fun with functions.
Implement a fibonacci function that returns a function (a closure) that returns successive fibonacci numbers (0, 1, 1, 2, 3, 5, ...).
fibonacci (フィボナッチ)関数を実装しましょう。この関数は、連続するフィボナッチ数(0, 1, 1, 2, 3, 5, ...)を返す関数(クロージャ)を返します。
「自分で実装する」ことを明確にした翻訳文に変更
The text was updated successfully, but these errors were encountered:
対応するプルリクエストを作成予定です。
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
該当ページ
Context: https://go-tour-jp.appspot.com/moretypes/26
種別
翻訳改善
課題
上記表現よりフィボナッチ数列を実装した「例」があると勘違いしてしまった。
本ページは実装がなく自身でコーディングを行うことを意図しているが、この記載より作成者の実装漏れだと指摘してしまうところだった。
原文
翻訳文
提案
「自分で実装する」ことを明確にした翻訳文に変更
The text was updated successfully, but these errors were encountered: