Skip to content

Commit 2ab7b55

Browse files
committed
chore: fix typo in comment
1 parent 3f459c3 commit 2ab7b55

File tree

1 file changed

+1
-1
lines changed
  • graphql-kotlin-toolkit-common/src/main/kotlin/com/auritylab/graphql/kotlin/toolkit/common/directive

1 file changed

+1
-1
lines changed

graphql-kotlin-toolkit-common/src/main/kotlin/com/auritylab/graphql/kotlin/toolkit/common/directive/HasArgumentsDirective.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import graphql.schema.GraphQLDirectiveContainer
88
*/
99
interface HasArgumentsDirective<M : Any> : Directive {
1010
/**
11-
* Will resolve the given [directive] into an ínstance of [M], which is a representation of the arguments.
11+
* Will resolve the given [directive] into an instance of [M], which is a representation of the arguments.
1212
*/
1313
fun getArguments(directive: GraphQLDirective): M
1414

0 commit comments

Comments
 (0)