Skip to content

Commit c5c503a

Browse files
array_slice() 誤訳の修正 (#177)
1 parent 4cc9539 commit c5c503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/array/functions/array-slice.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</para>
6464
<para>
6565
<parameter>length</parameter>
66-
が指定され、負の場合、配列の末尾から連続する複数の要素が返されます
66+
が指定され、負の場合、配列の末尾からその数だけ要素を取り除いた配列が返されます
6767
</para>
6868
<para>
6969
省略された場合、<parameter>offset</parameter>

0 commit comments

Comments
 (0)