Skip to content

Commit 16b5594

Browse files
authored
typo: 「、、」を修正 (#287)
1 parent 9ddd8fa commit 16b5594

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

language/predefined/exception/clone.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<row>
5353
<entry>8.1.0</entry>
5454
<entry>
55-
<methodname>Exception::__clone</methodname> は、
55+
<methodname>Exception::__clone</methodname> は、
5656
final ではなくなりました。
5757
</entry>
5858
</row>

reference/math/functions/round.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
&reftitle.errors;
140140
<simpara>
141141
この関数は、無効な <parameter>mode</parameter> が指定された場合に <exceptionname>ValueError</exceptionname> をスローします。
142-
PHP 8.4.0 より前では、エラーにはならずに <constant>PHP_ROUND_HALF_UP</constant> を使用していました。
142+
PHP 8.4.0 より前では、エラーにはならずに <constant>PHP_ROUND_HALF_UP</constant> を使用していました。
143143
</simpara>
144144
</refsect1>
145145

0 commit comments

Comments
 (0)