Skip to content

Commit 9844e93

Browse files
authored
PHP 8.0 移行ガイドにおける str_contains() の誤訳を修正 (#315)
1 parent 68fa286 commit 9844e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/migration80/new-features.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class ChildClass extends ParentClass {
430430
<itemizedlist>
431431
<listitem>
432432
<para>
433-
文字列に <parameter>haystack</parameter> が含まれているかどうかを調べる
433+
文字列に <parameter>needle</parameter> が含まれているかどうかを調べる
434434
<function>str_contains</function> 関数が追加されました。
435435
</para>
436436
<para>

0 commit comments

Comments
 (0)