Skip to content

Commit 289df5c

Browse files
committed
Corrected typo.
1 parent 19f3e1a commit 289df5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/org/sdkotlin/buildlogic/artifacts/dsl/DependencyCreationExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.gradle.api.provider.Provider
1313
interface DependencyCreationExtension : ExtensionAware {
1414

1515
/**
16-
* Ivocable from the Kotlin DSL.
16+
* Invokable from the Kotlin DSL.
1717
*/
1818
operator fun invoke(notation: Any): Provider<Dependency>
1919

0 commit comments

Comments
 (0)