Re: [PHP-DOC] Typo Report

2004-07-28 Thread Nuno Lopes
Hello Steven, This error was already corrected in CVS. The correct version will avaliable in the mirrors in the next manual build, which can take up to two weeks. Thanks for your report, Nuno Lopes - Original Message - > Dear PHP Documentation Team, > > I'd like to report what seems to

Re: [PHP-DOC] Typo Report

2004-07-28 Thread Jakub Vrana
[EMAIL PROTECTED] wrote: > I'd like to report what seems to be a typo. > To be found here: > PHP Manual > Classes and Objects > Visibility > 2nd Paragraph: > "Class members must be defined with public, private, or private." > (Maybe: "Class members must be defined with public, protected or private

[PHP-DOC] Typo Report

2004-07-28 Thread stevenvh
Dear PHP Documentation Team, I'd like to report what seems to be a typo. To be found here: PHP Manual > Classes and Objects > Visibility 2nd Paragraph: "Class members must be defined with public, private, or private." (Maybe: "Class members must be defined with public, protected or private."?