Skip to content

Commit 412f221

Browse files
committed
fixed typo in javadoc
1 parent 6890b06 commit 412f221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/ScriptDirectives.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ annotation class DependsOnMaven(val artifactLocator: String)
4646
//annotation class MavenRepository(val id: String = "", val url: String)
4747

4848
/**
49-
* Declare a maven repository that will be used by kscript to resole dependencies
49+
* Declare a maven repository that will be used by kscript to resolve dependencies
5050
*
5151
* @param id A user-defined name for this repository
5252
* @param url The endpoint under which maven will find the repo

0 commit comments

Comments
 (0)