소스 검색

Fixing ZF-10184: typo in docs, patch by jpieper

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22646 44c647ce-9c0f-0410-b52a-842ac1e357ba
shahar 15 년 전
부모
커밋
fe33f75b1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      documentation/manual/en/module_specs/Zend_Http_Client.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Http_Client.xml

@@ -38,7 +38,7 @@ $client->setConfig(array(
     'timeout'      => 30));
 
 // You can also use a Zend_Config object to set the client's configuration
-$config = new Zend_Config_Ini('httpclient.ini, 'secure');
+$config = new Zend_Config_Ini('httpclient.ini', 'secure');
 $client->setConfig($config);
 ]]></programlisting>
             </example>