typo on input class doc page |
|||
|---|---|---|---|
| Date: | 07/03/2008 | Severity: | Trivial |
| Status: | Resolved | Reporter: | sophistry |
| Version: | 1.7.0 SVN | ||
| Keywords: | User Guide, Typos | ||
Description
http://codeigniter.com/user_guide/libraries/input.html
this manual page has a grammatical error where the author has used “rather then” instead of “rather than”
no big deal (except for grammar pedants like me) but i figured since i was reading up on the input class i’d point it out.
Code Sample
NA
Expected Result
rather than
Actual Result
rather then
Comment on Bug Report
| Posted by: jamol on 1 August 2008 12:24pm | |
|
|
the same error is made in (second statement) |
| Posted by: sophistry on 1 August 2008 1:10pm | |
|
|
str_replace(‘rather then’, ‘rather than’,$entire_CI_manual); |
