Skip to content

Commit 0a1a88a

Browse files
型名を正式化
1 parent ac733a2 commit 0a1a88a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

reference/dom/domxpath/registerphpfunctions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
</para>
3333
<para>
3434
このパラメータは、以下のいずれかになります:
35-
<type>文字列</type> (関数名),
36-
関数名の <type>配列</type>,
35+
<type>string</type> (関数名),
36+
関数名の <type>array</type>,
3737
関数名がキーで <type>callable</type> な値を持つ連想配列。
3838
</para>
3939
</listitem>

reference/xsl/xsltprocessor/registerphpfunctions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</para>
3131
<para>
3232
このパラメータは、以下のいずれかになります:
33-
<type>文字列</type> (関数名),
34-
関数名の <type>配列</type>,
33+
<type>string</type> (関数名),
34+
関数名の <type>array</type>,
3535
関数名がキーで <type>callable</type> な値を持つ連想配列。
3636
</para>
3737
</listitem>

0 commit comments

Comments
 (0)