Skip to content

Commit

Permalink
fix a typo in composite method (kamranahmedse#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dingjun authored and kamranahmedse committed Jul 6, 2017
1 parent f05b58a commit b9a3c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ $organization = new Organization();
$organization->addEmployee($john);
$organization->addEmployee($jane);

echo "Net salaries: " . $organization->getNetSalaries(); // Net Salaries: 22000
echo "Net salaries: " . $organization->getNetSalaries(); // Net Salaries: 27000
```

☕ Decorator
Expand Down

0 comments on commit b9a3c21

Please sign in to comment.