We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b010bd + 3cb0f4b commit 8e96978Copy full SHA for 8e96978
Behavioral/ChainOfResponsibilities/Responsible/SlowStorage.php
@@ -10,7 +10,7 @@
10
*
11
* One important fact about CoR: each item in the chain MUST NOT assume its position
12
* 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.
+ * you make an "ExceptionHandler" which throws exception if the request goes there.
14
15
* To be really extendable, each handler doesn't know if there is something after it.
16
0 commit comments