Skip to content

Commit 1ea8370

Browse files
committed
Merge pull request #33 from JackPrice/JackPrice-patch-1
Capitalise SHOULD
2 parents 155ece9 + 91e5fd0 commit 1ea8370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ContainerInterface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Users of dependency injections containers (DIC) are refered to as `user`.
4040
Exceptions directly thrown by the container MUST implement the
4141
[`Interop\Container\Exception\ContainerException`](../src/Interop/Container/Exception/ContainerException.php).
4242

43-
A call to the `get` method with a non-existing id should throw a
43+
A call to the `get` method with a non-existing id SHOULD throw a
4444
[`Interop\Container\Exception\NotFoundException`](../src/Interop/Container/Exception/NotFoundException.php).
4545

4646
### 1.3 Additional features

0 commit comments

Comments
 (0)