From 0d4b75575c53dd9a4bb846051462ece4d95c3c3e Mon Sep 17 00:00:00 2001 From: Jacob Dreesen Date: Tue, 20 May 2025 22:56:29 +0200 Subject: [PATCH] Try fixing a list in object_mapper.rst --- object_mapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_mapper.rst b/object_mapper.rst index fe7db2365cf..0eed176c67d 100644 --- a/object_mapper.rst +++ b/object_mapper.rst @@ -149,7 +149,7 @@ You can apply the ``#[Map]`` attribute to properties to customize their mapping * ``target``: Specifies the name of the property in the target object; * ``source``: Specifies the name of the property in the source object (useful - when mapping is defined on the target, see below); + when mapping is defined on the target, see below); * ``if``: Defines a condition for mapping the property; * ``transform``: Applies a transformation to the value before mapping.