Преглед изворни кода

sync Japanese document with r16475.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16485 44c647ce-9c0f-0410-b52a-842ac1e357ba
takagi пре 16 година
родитељ
комит
ebeea99f2f

+ 2 - 2
documentation/manual/ja/module_specs/Zend_Console_Getopt-Fetching.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<!-- EN-Revision: 16315 -->
+<!-- EN-Revision: 16475 -->
 <sect1 id="zend.console.getopt.fetching">
     <title>オプションおよび引数の取得</title>
     <para>
@@ -25,7 +25,7 @@
             パース関数は <classname>Zend_Console_Getopt_Exception</classname>
             をスローします。この例外を、アプリケーションのコードで処理する必要があります。
             <methodname>parse()</methodname> メソッドを使用して、オブジェクトに引数をパースさせます。
-            <code>try</code> ブロック内で <methodname>parse()</methodname>
+            <emphasis>try</emphasis> ブロック内で <methodname>parse()</methodname>
             を実行できるので、便利です。
             パースに成功すると、それ以降で再度例外がスローされることはありません。
             スローされた例外オブジェクトで、独自のメソッド <methodname>getUsageMessage()</methodname>