We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f931b45 commit 34c4430Copy full SHA for 34c4430
clients/line-bot-messaging-api-client/src/main/java/com/linecorp/bot/messaging/model/TextMessageV2.java
@@ -44,7 +44,7 @@ public record TextMessageV2(
44
/** Get text */
45
@JsonProperty("text") String text,
46
/**
47
- * A mapping that specifies substitutions for parts enclosed in {} within the 'text'
+ * A mapping that specifies substitutions for parts enclosed in {} within the `text`
48
* field.
49
*/
50
@JsonProperty("substitution") Map<String, SubstitutionObject> substitution,
0 commit comments