소스 검색

[DOCUMENTATION] English:
- manual fixes

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

mikaelkael 16 년 전
부모
커밋
cc3cb6acea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Console_Getopt-Fetching.xml

+ 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