From 1f0f4e573798c5ba012a9626240757827dbc8547 Mon Sep 17 00:00:00 2001 From: BoD Date: Wed, 15 Jan 2025 10:46:49 +0100 Subject: [PATCH] Wording --- .../kotlin/com/apollographql/apollo/ast/internal/definitions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/internal/definitions.kt b/libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/internal/definitions.kt index e70453eec4..ba84ffa2c4 100644 --- a/libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/internal/definitions.kt +++ b/libraries/apollo-ast/src/commonMain/kotlin/com/apollographql/apollo/ast/internal/definitions.kt @@ -184,7 +184,7 @@ Since: 4.1.1 enum InlineClassCoercion { String, Boolean, Int, Long, Float, Double, Any } ""${'"'} -Generate an inline class for the given scalar type. The underlying type of the inline class is determined by the `coercion` argument. +Generate an inline class for the given scalar type. The wrapped type is determined by the `coercion` argument. Since: 4.1.1 ""${'"'} directive @inlineClass(coercion: InlineClassCoercion!) on SCALAR