Skip to content

Commit 8e96978

Browse files
author
Dominik Liebler
committed
Merge pull request DesignPatternsPHP#184 from 3kthor3adward/master
Fix typo
2 parents 6b010bd + 3cb0f4b commit 8e96978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Behavioral/ChainOfResponsibilities/Responsible/SlowStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* One important fact about CoR: each item in the chain MUST NOT assume its position
1212
* in the chain. A CoR is not responsible if the request is not handled UNLESS
13-
* you make an "ExceptionHandler" which throws execption if the request goes there.
13+
* you make an "ExceptionHandler" which throws exception if the request goes there.
1414
*
1515
* To be really extendable, each handler doesn't know if there is something after it.
1616
*

0 commit comments

Comments
 (0)