Skip to content

Commit a9bda6b

Browse files
authored
fix: タイポ 渓谷→警告 (#207)
1 parent 60661e2 commit a9bda6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/predefined/errorexception.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ set_error_handler(function (int $errno, string $errstr, string $errfile, int $er
9292
9393
if ($errno === E_DEPRECATED || $errno === E_USER_DEPRECATED) {
9494
// 推奨されない警告の場合は、例外をスローしません。
95-
// 新規または想定外の渓谷がアプリケーションを壊すからです
95+
// 新規または想定外の警告がアプリケーションを壊すからです
9696
return;
9797
}
9898

0 commit comments

Comments
 (0)