From a8a68367cd9ec79f84700d7ee2d0d39b38a40358 Mon Sep 17 00:00:00 2001 From: james-astalty <134993638+james-astalty@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:35:51 +1000 Subject: [PATCH] Update README.md Fix typo/grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb7f32..7d4ca69 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 */