Skip to content

Commit ac28616

Browse files
committed
Fix nativeBindgen description
1 parent f47a346 commit ac28616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-scala-native-bindgen/src/main/scala/org/scalanative/bindgen/sbt/ScalaNativeBindgenPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object ScalaNativeBindgenPlugin extends AutoPlugin {
5050
val nativeBindgenLink =
5151
settingKey[Option[String]]("Name of library to be linked")
5252
val nativeBindgenExclude = settingKey[Option[String]]("Exclude prefix")
53-
val nativeBindgen = taskKey[File]("Generate GraphQL API code")
53+
val nativeBindgen = taskKey[File]("Generate Scala Native bindings")
5454
}
5555
import autoImport._
5656

0 commit comments

Comments
 (0)