com doc/ja: Fix #68540: Documenation about checking SimpleXML needs clarification: language/types/boolean.xml
[email protected] (Yoshinari Takaoka) Sat, 09 Jan 2021 02:17:16 +0000
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
Commit: 730e862a892e3f61450f47f0a1f983807c520f08 Author: Yoshinari Takaoka <[email protected]> Sat, 9 Jan 2021 11:17:16 +0900 Parents: 923133c40a28e77068c40c9459b8c5b5c84712d7 Branches: master Link: http://git.php.net/?p=doc/ja.git;a=commitdiff;h=730e862a892e3f61450f47f0a1f983807c520f08 Log: Fix #68540: Documenation about checking SimpleXML needs clarification Bugs: https://bugs.php.net/68540 Changed paths: M language/types/boolean.xml Diff: diff --git a/language/types/boolean.xml b/language/types/boolean.xml index 7ed62c66d4..9d83c88e7c 100644 --- a/language/types/boolean.xml +++ b/language/types/boolean.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: 86e6094e86b84a51d00ab217ac50ce8dde33d82a Maintainer: takagi Status: ready --> -<!-- CREDITS: hirokawa,shimooka --> +<!-- EN-Revision: c4ac84bedb318bd3fad78c92379e3becd725a7b9 Maintainer: takagi Status: ready --> +<!-- CREDITS: hirokawa,shimooka,mumumu --> <sect1 xml:id="language.types.boolean"> <title>論理型 (boolean) </title> @@ -117,8 +117,8 @@ if ($show_separators) { </listitem> <listitem> <simpara> - 空のタグから作成された <link linkend="ref.simplexml">SimpleXML</link> - オブジェクト + 属性がない空要素から作成された <link linkend="ref.simplexml">SimpleXML</link> + オブジェクト。つまり、子要素も属性もない要素です。 </simpara> </listitem> </itemizedlist>