@@ -84,7 +84,7 @@ public TopicMappingService(ITopicRepository topicRepository, ITypeLookupService
8484 /// </para>
8585 /// </remarks>
8686 /// <param name="topic">The <see cref="Topic"/> entity to derive the data from.</param>
87- /// <param name="associations">Determines what associations the mapping should follow , if any.</param>
87+ /// <param name="associations">Determines what associations the mapping should include , if any.</param>
8888 /// <param name="cache">A cache to keep track of already-mapped object instances.</param>
8989 /// <param name="attributePrefix">The prefix to apply to the attributes.</param>
9090 /// <returns>An instance of the dynamically determined View Model with properties appropriately mapped.</returns>
@@ -170,7 +170,7 @@ public TopicMappingService(ITopicRepository topicRepository, ITypeLookupService
170170 /// </summary>
171171 /// <param name="topic">The <see cref="Topic"/> entity to derive the data from.</param>
172172 /// <param name="target">The target object to map the data to.</param>
173- /// <param name="associations">Determines what associations the mapping should follow , if any.</param>
173+ /// <param name="associations">Determines what associations the mapping should include , if any.</param>
174174 /// <param name="cache">A cache to keep track of already-mapped object instances.</param>
175175 /// <param name="attributePrefix">The prefix to apply to the attributes.</param>
176176 /// <remarks>
@@ -252,7 +252,7 @@ private async Task<object> MapAsync(
252252 /// </summary>
253253 /// <param name="source">The <see cref="Topic"/> entity to derive the data from.</param>
254254 /// <param name="target">The target object to map the data to.</param>
255- /// <param name="associations">Determines what associations the mapping should follow , if any.</param>
255+ /// <param name="associations">Determines what associations the mapping should include , if any.</param>
256256 /// <param name="property">Information related to the current property.</param>
257257 /// <param name="cache">A cache to keep track of already-mapped object instances.</param>
258258 /// <param name="attributePrefix">The prefix to apply to the attributes.</param>
@@ -431,7 +431,7 @@ private static void SetScalarValue(Topic source, object target, PropertyConfigur
431431 /// </remarks>
432432 /// <param name="source">The source <see cref="Topic"/> from which to pull the value.</param>
433433 /// <param name="target">The target DTO on which to set the property value.</param>
434- /// <param name="associations">Determines what associations the mapping should follow , if any.</param>
434+ /// <param name="associations">Determines what associations the mapping should include , if any.</param>
435435 /// <param name="configuration">
436436 /// The <see cref="PropertyConfiguration"/> with details about the property's attributes.
437437 /// </param>
@@ -504,7 +504,7 @@ MappedTopicCache cache
504504 /// on the target DTO.
505505 /// </remarks>
506506 /// <param name="source">The source <see cref="Topic"/> from which to pull the value.</param>
507- /// <param name="associations">Determines what associations the mapping should follow , if any.</param>
507+ /// <param name="associations">Determines what associations the mapping should include , if any.</param>
508508 /// <param name="configuration">
509509 /// The <see cref="PropertyConfiguration"/> with details about the property's attributes.
510510 /// </param>
0 commit comments