Skip to content

Commit e86b9da

Browse files
committed
句点や全角スペースを調整
1 parent 051ba30 commit e86b9da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/outcontrol/functions/ob-get-status.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<seglistitem>
6464
<seg>name</seg>
6565
<seg>
66-
<function>ob_start</function> の <parameter>callback</parameter> が設定した
66+
<function>ob_start</function> の <parameter>callback</parameter> が設定した
6767
アクティブな出力ハンドラの名前。
6868
<link linkend="ini.output-buffering">output_buffering</link> が有効な場合は、
6969
<link linkend="ini.output-handler">output_handler</link> の値。
@@ -80,7 +80,7 @@
8080
<seglistitem>
8181
<seg>flags</seg>
8282
<seg>
83-
 <function>ob_start</function> が設定したフラグのビットマスク。
83+
<function>ob_start</function> が設定したフラグのビットマスク。
8484
出力ハンドラのタイプ(上記を参照) と、
8585
バッファリング中のプロセス
8686
(<link linkend="outcontrol.constants">
@@ -98,7 +98,7 @@
9898
<seg>level</seg>
9999
<seg>
100100
出力階層レベル(ゼロから始まります)。
101-
 <function>ob_get_level</function> が返す階層の値とは、
101+
<function>ob_get_level</function> が返す階層の値とは、
102102
ひとつずれることに注意して下さい。
103103
<function>ob_get_status</function> が返す最初のレベルは
104104
<literal>0</literal> ですが、<function>ob_get_level</function>

0 commit comments

Comments
 (0)