Skip to content

Commit c32ce81

Browse files
committed
Aligned param names in samples
1 parent 5dc2f2d commit c32ce81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ ILookup<int, ExposedUserRole> lookup =
177177
}
178178

179179
// expression to extract id value from the junction
180-
getResultId: item => item.role.Id,
180+
getResultId: junction => junction.role.Id,
181181

182182
// expression to extract id value of joined object from the junction
183183
getJoinedId: junction => junction.user.Id,

0 commit comments

Comments
 (0)