Skip to content

Commit 73cc669

Browse files
authored
[wankdanker#82] Correct parameter list of transform functions
1 parent d7a23d0 commit 73cc669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Using an `Object` as the destination:
108108

109109
##### Methods
110110

111-
###### transform(sourceValue, sourceObject, destinationObject, destinationKey);
111+
###### transform(sourceValue, sourceObject, destinationObject, sourceKey, destinationKey);
112112

113113
Specify the mapping of a **sourceValue** as you need;
114114

0 commit comments

Comments
 (0)