From a53b798f29053a1cc40e902efde0a53d4e126631 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Tue, 4 Jul 2017 16:12:56 +0700 Subject: [PATCH] Minor spelling fix --- src/Executor/Executor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index 463c7f2..b7fa041 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -430,7 +430,7 @@ class Executor * the passed in map of fields, and returns it at the end. * * CollectFields requires the "runtime type" of an object. For a field which - * returns and Interface or Union type, the "runtime type" will be the actual + * returns an Interface or Union type, the "runtime type" will be the actual * Object type returned by that field. * * @param ObjectType $runtimeType