Jelajahi Sumber

[DOCUMENTATION] English:
- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16475 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 tahun lalu
induk
melakukan
cc3cb6acea

+ 1 - 1
documentation/manual/en/module_specs/Zend_Console_Getopt-Fetching.xml

@@ -26,7 +26,7 @@
             You should catch this exception in your application code.
             You can use the <methodname>parse()</methodname> method to force the object
             to parse the arguments. This is useful because you can invoke
-            <methodname>parse()</methodname> in a <code>try</code> block. If it passes,
+            <methodname>parse()</methodname> in a <emphasis>try</emphasis> block. If it passes,
             you can be sure that the parsing won't throw an exception again.
             The exception thrown has a custom method <methodname>getUsageMessage()</methodname>,
             which returns as a string the formatted set of usage messages for