summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation
diff options
context:
space:
mode:
authorvlakoff <vlakoff@gmail.com>2013-08-12 01:36:39 +0200
committervlakoff <vlakoff@gmail.com>2013-08-12 01:36:39 +0200
commite8e56d7be01177b3f6c2be5a3c43d21e4a472558 (patch)
tree6f748f3139c67c4db07e023b8a4ed2eca7e4502a /user_guide_src/source/installation
parent441fd264267ac526730d06183bd3cfebfd26df01 (diff)
Improve changelog entry
Diffstat (limited to 'user_guide_src/source/installation')
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst
index 21bdd188f..e8fdd0b15 100644
--- a/user_guide_src/source/installation/upgrade_300.rst
+++ b/user_guide_src/source/installation/upgrade_300.rst
@@ -186,10 +186,10 @@ Step 11: Update usage of Input Class's get_post() method
********************************************************
Previously, the :doc:`Input Class <../libraries/input>` method ``get_post()``
-was checking first in POST data, then in GET data. This method has been modified
-so that it checks in GET then in POST, as its name suggests.
+was searching first in POST data, then in GET data. This method has been
+modified so that it searches in GET then in POST, as its name suggests.
-A method has been added, ``post_get()``, which checks in POST then in GET, as
+A method has been added, ``post_get()``, which searches in POST then in GET, as
``get_post()`` was doing before.
***********************************************************************