Skip to content

Commit

Permalink
docs(model): Fix a typo in documentation for addDependency()
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Oct 1, 2024
1 parent a3460f3 commit 3b0c858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/src/main/kotlin/utils/DependencyGraphBuilder.kt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class DependencyGraphBuilder<D>(

/**
* Add the given [dependency] for the scope with the given [scopeName] to this builder. This function needs to be
* called all the direct dependencies of all scopes. That way the builder gets sufficient information to construct
* called for all direct dependencies of all scopes. That way the builder gets sufficient information to construct
* the [DependencyGraph].
*/
fun addDependency(scopeName: String, dependency: D): DependencyGraphBuilder<D> =
Expand Down

0 comments on commit 3b0c858

Please sign in to comment.