svn: /phpdoc/ja/trunk/appendices/migration80/ new-features.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Wed, 25 Nov 2020 22:36:56 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=351651
Log:
fixed "variable" mistranslation, pointed out by sji
Changed paths:
U phpdoc/ja/trunk/appendices/migration80/new-features.xml
Modified: phpdoc/ja/trunk/appendices/migration80/new-features.xml
===================================================================
--- phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-11-25 19:38:30 UTC (rev 351650)
+++ phpdoc/ja/trunk/appendices/migration80/new-features.xml 2020-11-25 22:36:56 UTC (rev 351651)
@@ -139,7 +139,7 @@
</listitem>
<listitem>
<para>
- 値の文法に一貫性を持たせるため、いくつかの修正が適用されます。
+ 変数の文法に一貫性を持たせるため、いくつかの修正が適用されます。
たとえば、<code>Foo::BAR::$baz</code> のような書き方が許可されるようになりました。
<!-- RFC: https://wiki.php.net/rfc/variable_syntax_tweaks -->
</para>