Skip to content

Commit e105d48

Browse files
committed
fix mistaken kdoc
1 parent 1fcfa8c commit e105d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/cjbooms/fabrikt/generators/client/ClientGeneratorUtils.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ object ClientGeneratorUtils {
122122
}
123123

124124
/**
125-
* Adds suspend as modified to the func spec so that i can be used with CoroutineFeign
125+
* Add suspend as modified to method definitions on supported clients, ex. CoroutineFeign, Spring HTTP Interface.
126126
*/
127127
fun FunSpec.Builder.addSuspendModifier(options: Set<ClientCodeGenOptionType>): FunSpec.Builder {
128128
if (options.contains(ClientCodeGenOptionType.SUSPEND_MODIFIER)) {

0 commit comments

Comments
 (0)