From bdcd636b962c10eb3575dac41cf60a704da42c89 Mon Sep 17 00:00:00 2001 From: "Phil E. Taylor" Date: Wed, 26 Oct 2022 21:57:43 +0100 Subject: [PATCH] Typos on 6.0 branch --- PropertyAccessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PropertyAccessor.php b/PropertyAccessor.php index 3176500..6803ac7 100644 --- a/PropertyAccessor.php +++ b/PropertyAccessor.php @@ -162,7 +162,7 @@ public function setValue(object|array &$objectOrArray, string|PropertyPathInterf // OR // 2. its child is not passed by reference // - // This may avoid uncessary value setting process for array elements. + // This may avoid unnecessary value setting process for array elements. // For example: // '[a][b][c]' => 'old-value' // If you want to change its value to 'new-value',