Skip to content

Commit 0f3e8f4

Browse files
committed
Typos In Comments
1 parent c641d63 commit 0f3e8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PropertyAccessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ public function setValue(&$objectOrArray, $propertyPath, $value)
201201
// OR
202202
// 2. its child is not passed by reference
203203
//
204-
// This may avoid uncessary value setting process for array elements.
204+
// This may avoid unnecessary value setting process for array elements.
205205
// For example:
206206
// '[a][b][c]' => 'old-value'
207207
// If you want to change its value to 'new-value',

0 commit comments

Comments
 (0)