diff --git a/README.md b/README.md index e7c1309..c32c036 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ $users = getUsers(); $users = type($users)->not()->null(); ``` -And one more example, where we narrow down the type of a variable to a Collection without loosing the type information: +And one more example, where we narrow down the type of a variable to a Collection without losing the type information: ```php /** @var Collection|null $users */