Skip to content

Commit a9ff8c4

Browse files
authored
Merge pull request #92 from guscarmo/patch-2
Update 4-Modificadores-de-acesso.md
2 parents 83ead30 + cea5826 commit a9ff8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 4-Intermediário/4-Modificadores-de-acesso.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $pai->nomePai . PHP_EOL; //Erro fatal
6464

6565
$filho = new Filho();
6666

67-
$flho->nomePai . PHP_EOL; //Erro fatal
67+
$filho->nomePai . PHP_EOL; //Erro fatal
6868
$filho->apresentar(); //Output: Meu nome é Pedro e o do meu pai é João
6969
```
7070

0 commit comments

Comments
 (0)