Fix description of debug_backtrace()'s parameters #112
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
debug_backtrace()
における$options
パラメータについての説明を修正しました。発生している問題
現在のテキストには 2点の問題があります。
余計な文章
英語:
日本語:
日本語版に英語版の文章が残ってしまっています。
誤った説明
英語:
日本語:
"args" は "omit" なので、収集されません。
変更内容
上記の問題について、以下のように変更しました。
余計な文章
削除しました。
誤った説明
修正対象のテキストに対して「収集」・「省略」がちょうど逆になっている以下のテキストがすでに存在していました。
この翻訳の文構造をそのまま使って、「収集」・「省略」を入れ替えた文章を作り、誤った説明を書き換えました。