Part of the EllisLab Network

Bug Report

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

Page 1 of 1 pages
Posted by: jamol on 1 August 2008 12:24pm
no avatar

the same error is made in (second statement)
http://codeigniter.com/user_guide/database/transactions.html

Posted by: sophistry on 1 August 2008 1:10pm
sophistry's avatar

str_replace(‘rather then’, ‘rather than’,$entire_CI_manual);

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?