Skip to content

Commit 2d8f11e

Browse files
committed
submessage [nfc]: Minor wording change to a comment.
Signed-off-by: Zixuan James Li <[email protected]>
1 parent ed5f68e commit 2d8f11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/api/model/submessage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Submessage {
3838
// We cannot parse the String into one of the [SubmessageData] classes because
3939
// information from other submessages are required. Specifically, we need:
4040
// * the index of this submessage in [Message.submessages];
41-
// * the [WidgetType] of the first [Message.submessages].
41+
// * the parsed [WidgetType] from the first [Message.submessages].
4242
final String content;
4343

4444
factory Submessage.fromJson(Map<String, Object?> json) =>

0 commit comments

Comments
 (0)