diff --git a/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala b/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala index d46681eff..6d3e96226 100644 --- a/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala +++ b/modules/http4s/src/smithy4s/http4s/SimpleRestJsonBuilder.scala @@ -35,7 +35,7 @@ class SimpleRestJsonBuilder private ( simpleRestJsonCodecs ) { - @deprecated(message = "Use builder methods instead", since = "0.18.25") + @deprecated(message = "Use .withXXX methods instead", since = "0.18.25") def this( maxArity: Int, explicitDefaultsEncoding: Boolean,