Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ccfec72

Browse files
Fix grammar in FlBinaryCodec/FlStringCodec descriptions (#18268)
1 parent 4a1f9fa commit ccfec72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

shell/platform/linux/public/flutter_linux/fl_binary_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ G_DECLARE_FINAL_TYPE(FlBinaryCodec,
2222
/**
2323
* FlBinaryCodec:
2424
*
25-
* #FlBinaryCodec is a #FlMessageCodec that implements the Flutter binary
25+
* #FlBinaryCodec is an #FlMessageCodec that implements the Flutter binary
2626
* message encoding. This encodes and decodes #FlValue of type
2727
* #FL_VALUE_TYPE_UINT8_LIST.
2828
*

shell/platform/linux/public/flutter_linux/fl_string_codec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ G_DECLARE_FINAL_TYPE(FlStringCodec,
2222
/**
2323
* FlStringCodec:
2424
*
25-
* #FlStringCodec is a #FlMessageCodec that implements the Flutter string
25+
* #FlStringCodec is an #FlMessageCodec that implements the Flutter string
2626
* message encoding. This encodes and decodes #FlValue of type
2727
* #FL_VALUE_TYPE_STRING.
2828
*

0 commit comments

Comments
 (0)