diff options
author | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-07 20:51:25 +0100 |
---|---|---|
committer | Michiel Vugteveen <michiel@it-can.nl> | 2012-03-07 20:51:25 +0100 |
commit | 1e9fb49a9eb5cebbe2e3cdf106892d9af72cfdc5 (patch) | |
tree | e5ab6e563f68edd3979e75f8bf9de48537108a9d | |
parent | 7c8841f7b2fca5822e05b5d3044c748e07c800e4 (diff) |
userguide fix
-rw-r--r-- | user_guide_src/source/libraries/input.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/input.rst b/user_guide_src/source/libraries/input.rst index c63c627db..1f2ea650a 100644 --- a/user_guide_src/source/libraries/input.rst +++ b/user_guide_src/source/libraries/input.rst @@ -301,7 +301,7 @@ see if PHP is being run on the command line. $this->input->method(); ===================================== -Returns the $_SERVER['REQUEST_METHOD'], optional set uppercase or lowercase (standard lowercase). +Returns the $_SERVER['REQUEST_METHOD'], optional set uppercase or lowercase (default lowercase). :: |