mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix typo
Patch provided by savdeep singh. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341919 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f258d65696
commit
6a8863a5a9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $obj->printHello(); // Shows Public, Protected and Private
|
|||
*/
|
||||
class MyClass2 extends MyClass
|
||||
{
|
||||
// We can redeclare the public and protected method, but not private
|
||||
// We can redeclare the public and protected properties, but not private
|
||||
public $public = 'Public2';
|
||||
protected $protected = 'Protected2';
|
||||
|
||||
|
|
Loading…
Reference in a new issue