summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_300.rst
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-08-06 14:44:40 +0200
committervlakoff <vlakoff@gmail.com>2013-08-06 14:49:42 +0200
commitc941d855dc32ec44107cb863596fa385c7aed015 (patch)
treee786107a41e0e1f6556bbc09956c10cdf92d806f /user_guide_src/source/installation/upgrade_300.rst
parent5b55c15f24b518aa4775a0c15382c7b4bf72e1bc (diff)
Various typos and tabs adjustments
Diffstat (limited to 'user_guide_src/source/installation/upgrade_300.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 2e73ad1ce..89835585c 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -207,7 +207,7 @@ If your application relies on IF EXISTS, you'll have to change its usage.
// Produces DROP TABLE IF EXISTS `table_name`
$this->dbforge->drop_table('table_name', TRUE);
-.. note:: The given example users MySQL-specific syntax, but it should work across
+.. note:: The given example uses MySQL-specific syntax, but it should work across
all drivers with the exception of ODBC.
***********************************************************