Skip to content
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

Fix description of debug_backtrace()'s parameters #112

Merged
merged 1 commit into from
Jan 21, 2024

Conversation

nsfisis
Copy link
Contributor

@nsfisis nsfisis commented Jan 21, 2024

概要

debug_backtrace() における $options パラメータについての説明を修正しました。

発生している問題

現在のテキストには 2点の問題があります。

余計な文章

英語:

Omits index "object" and index "args".

日本語:

Omits index "object" and index "args". インデックス "object" と "args" を 両方省略します。

日本語版に英語版の文章が残ってしまっています。

誤った説明

英語:

Populate index "object" and omit index "args".

日本語:

インデックス "object" と "args" を 両方収集します。

"args" は "omit" なので、収集されません。

変更内容

上記の問題について、以下のように変更しました。

余計な文章

削除しました。

誤った説明

修正対象のテキストに対して「収集」・「省略」がちょうど逆になっている以下のテキストがすでに存在していました。

Omits index "object" and populates index "args".

インデックス "object" を省略し、"args" を収集します。

この翻訳の文構造をそのまま使って、「収集」・「省略」を入れ替えた文章を作り、誤った説明を書き換えました。

@mumumu mumumu merged commit e5349d6 into php:master Jan 21, 2024
1 check passed
@nsfisis nsfisis deleted the fix/debug_backtrace branch January 21, 2024 11:24
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