Skip to content

Commit 0d4b755

Browse files
authored
Try fixing a list in object_mapper.rst
1 parent 4b5d780 commit 0d4b755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

object_mapper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ You can apply the ``#[Map]`` attribute to properties to customize their mapping
149149

150150
* ``target``: Specifies the name of the property in the target object;
151151
* ``source``: Specifies the name of the property in the source object (useful
152-
when mapping is defined on the target, see below);
152+
when mapping is defined on the target, see below);
153153
* ``if``: Defines a condition for mapping the property;
154154
* ``transform``: Applies a transformation to the value before mapping.
155155

0 commit comments

Comments
 (0)