Skip to content

Commit d3841c9

Browse files
Proofread docs
1 parent 2962eeb commit d3841c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/main/kotlin/io/spine/validation/java/DistinctFieldGenerator.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ internal class DistinctFieldGenerator(private val view: DistinctField) {
103103
* in the provided [collection].
104104
*
105105
* This method uses Guava's [LinkedHashMultisetClass] to ensure that the resulting
106-
* list preserves the order of element occurrences from the original collection.
106+
* list preserves the order of element occurrences in the original collection.
107107
*/
108108
private fun extractDuplicates(collection: Expression<Collection<*>>): Expression<List<*>> =
109109
Expression(

0 commit comments

Comments
 (0)