svn: /phpdoc/ja/trunk/language/control-structures/ match.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 02 Dec 2020 00:22:57 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351836
Log:
update EN-Revision only.
Fix example in match docs (missing terminating semi-colon)
Changed paths:
U phpdoc/ja/trunk/language/control-structures/match.xml
Modified: phpdoc/ja/trunk/language/control-structures/match.xml
===================================================================
--- phpdoc/ja/trunk/language/control-structures/match.xml 2020-12-02 00:21:50 UTC (rev 351835)
+++ phpdoc/ja/trunk/language/control-structures/match.xml 2020-12-02 00:22:57 UTC (rev 351836)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 351515 Maintainer: mumumu Status: ready -->
+<!-- EN-Revision: 351821 Maintainer: mumumu Status: ready -->
<sect1 xml:id="control-structures.match" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title><literal>match</literal></title>