diff --git a/src/ObjectMap.php b/src/ObjectMap.php index 7464395..d7d9bd8 100644 --- a/src/ObjectMap.php +++ b/src/ObjectMap.php @@ -24,7 +24,7 @@ public function __construct( } /** - * Returns a path for a given property name or null if mapping is not exist. + * Returns a path for a given property name or null if mapping dosen't exist. * * @psalm-return string|list|ObjectMap|null */