Skip to content

Commit

Permalink
docs(evaluated-model): Fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Apr 25, 2024
1 parent c091056 commit 7ea5f19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ internal class EvaluatedModelMapper(private val input: ReporterInput) {

/**
* Return a copy of the [RepositoryConfiguration] with [Resolutions] that refer to the same instances as the
* [ResolvedConfiguration] for equal [Resolutions]. This is required for the [EvaluatedModel] to contained indexed
* [ResolvedConfiguration] for equal [Resolutions]. This is required for the [EvaluatedModel] to contain indexed
* references instead of duplicate [Resolutions].
*/
private fun Repository.deduplicateResolutions(): Repository {
Expand Down

0 comments on commit 7ea5f19

Please sign in to comment.