Skip to content

Commit 1c9f09d

Browse files
committed
docs(model): Add a missing "the" in withResolvedScopes() docs
Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 55798c3 commit 1c9f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/src/main/kotlin/Project.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ data class Project(
151151
* Return a [Project] instance that has its scope information directly available, resolved from the given [graph].
152152
* This function can be used to create a fully initialized [Project] if dependency information is available in a
153153
* shared [DependencyGraph]. In this case, the set with [Scope]s is constructed as a subset of the provided shared
154-
* graph. Otherwise, result is this same object.
154+
* graph. Otherwise, the result is this same object.
155155
*/
156156
fun withResolvedScopes(graph: DependencyGraph?): Project =
157157
if (graph != null && scopeNames != null) {

0 commit comments

Comments
 (0)