Skip to content

Commit 1010d56

Browse files
committed
Remove constant tag from literal values
php/doc-en@f80105b
1 parent 9cfcfac commit 1010d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appendices/filters.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ fclose($fp);
309309
引き上げる) を指定するとメモリをふんだんに利用してより小さく圧縮されます。
310310
一方、小さな値 (9 -- つまり 512 バイトまで絞り込む) を指定すると、圧縮の
311311
効率は落ちますがメモリの消費量を抑えられます。値を指定しなかった際の
312-
<parameter>window</parameter> の初期値は、現在 <constant>15</constant> です。
312+
<parameter>window</parameter> の初期値は、現在 <literal>15</literal> です。
313313

314314
<parameter>memory</parameter> は、作業用の一時メモリをどの程度割り当てるかを
315315
指定します。1 (最小限) から 9 (最大限) の間で指定できます。この値は

0 commit comments

Comments
 (0)