Skip to content

Commit af59271

Browse files
committed
Update setting description
1 parent eaa8dac commit af59271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/scala/fs2/grpc/codegen/Fs2GrpcPlugin.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ object Fs2GrpcPlugin extends AutoPlugin {
9191
)
9292

9393
val fs2GrpcRenderContextAsImplicitParam =
94-
settingKey[Boolean]("Disable trailers for generated service")
94+
settingKey[Boolean]("Generate context as an implicit parameter of service methods")
9595

9696
val fs2GrpcOutputPath =
9797
settingKey[File]("Directory for sources generated by fs2-grpc")

0 commit comments

Comments
 (0)