From 29394552a211d2e9381f71ab8b806b483318cf04 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Mon, 13 Apr 2020 02:52:50 +0300 Subject: [PATCH] Update MixedArgumentTypeCoercion.md (#3129) --- docs/running_psalm/issues/MixedArgumentTypeCoercion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running_psalm/issues/MixedArgumentTypeCoercion.md b/docs/running_psalm/issues/MixedArgumentTypeCoercion.md index c4e3b78f7..5b881f5a5 100644 --- a/docs/running_psalm/issues/MixedArgumentTypeCoercion.md +++ b/docs/running_psalm/issues/MixedArgumentTypeCoercion.md @@ -1,6 +1,6 @@ # MixedArgumentTypeCoercion -Emitted when Psalm cannot be sure that part of an array/iterabble argument's type constraints can be fulfilled +Emitted when Psalm cannot be sure that part of an array/iterable argument's type constraints can be fulfilled ```php