Просмотр исходного кода

[DOCUMENTATION] English:

- deleted multiple whitespaces

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16441 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
893c6891eb

+ 1 - 1
documentation/manual/en/module_specs/Zend_Controller-Router-Route-Regex.xml

@@ -218,7 +218,7 @@ $route = new Zend_Controller_Router_Route_Regex(
     <para>
         All of this is something which was already possible by the means of a
         standard route object, so where's the benefit in using the Regex route,
-        you ask?  Primarily, it allows you to describe any type of URL without
+        you ask? Primarily, it allows you to describe any type of URL without
         any restrictions. Imagine you have a blog and wish to create URLs like:
         <filename>http://domain.com/blog/archive/01-Using_the_Regex_Router.html</filename>,
         and have it decompose the last path element,

+ 1 - 1
documentation/manual/en/module_specs/Zend_Controller-Router.xml

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Reviewed: no -->
-<sect1 id="zend.controller.router"  xmlns:xi="http://www.w3.org/2001/XInclude">
+<sect1 id="zend.controller.router" xmlns:xi="http://www.w3.org/2001/XInclude">
     <title>The Standard Router</title>
     <sect2 id="zend.controller.router.introduction">
         <title>Introduction</title>

+ 1 - 1
documentation/manual/en/module_specs/Zend_Date-Additional.xml

@@ -249,7 +249,7 @@ foreach ($info as $sun) {
             is the second function and makes it possible to set new timezone for
             <classname>Zend_Date</classname>. A given timezone is always checked. If it does not
             exist an exception will be thrown. Additionally the actual scripts or systems timezone
-            can be set to the date object by calling  <methodname>setTimezone()</methodname>
+            can be set to the date object by calling <methodname>setTimezone()</methodname>
             without the zone parameter. This is also done automatically when the date object is
             created.
         </para>

+ 2 - 2
documentation/manual/en/module_specs/Zend_Db_Adapter.xml

@@ -915,7 +915,7 @@ $db->insert('bugs', $data);
             <para>
                 Columns you exclude from the array of data are not specified to
                 the database. Therefore, they follow the same rules that an
-                SQL INSERT statement follows:  if the column has a DEFAULT
+                SQL INSERT statement follows: if the column has a DEFAULT
                 clause, the column takes that value in the row created,
                 otherwise the column is left in a NULL state.
             </para>
@@ -1083,7 +1083,7 @@ $id = $db->lastSequenceId('bugs_id_gen');
             <para>
                 You can update rows in a database table using the
                 <methodname>update()</methodname> method of an Adapter. This method takes
-                three arguments:  the first is the name of the table; the
+                three arguments: the first is the name of the table; the
                 second is an associative array mapping columns to change to new
                 values to assign to these columns.
             </para>