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 typos in string.xml #214

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Fix typos in string.xml #214

merged 1 commit into from
Dec 15, 2024

Conversation

nyan-dot
Copy link
Contributor

@nyan-dot nyan-dot commented Dec 15, 2024

  1. キーを定数として → 定数をキーとして(元の表現でも一応伝わるが)
    原文:

The array key must be unquoted, and it is therefore not possible to refer to a constant as a key with the basic syntax.

  1. \$記号のすぐ後に{ → {のすぐ後に\$(ついでに「記号」を消して表記を統一)
    原文:

Since { can not be escaped, this syntax will only be recognised when the $ immediately follows the {.

  1. 空いた部分に → その地点までが(これはタイポではなく表現の修正)
    原文:

Writing to an out of range offset pads the string with spaces.

  1. 可変変数を文字列を → 変数を文字列と
    原文:

This happens when using the echo or print functions, or when a variable is compared to a string.

@mumumu mumumu merged commit 62da6da into php:master Dec 15, 2024
1 check passed
@nyan-dot nyan-dot deleted the patch-1 branch December 15, 2024 17:40
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