Skip to content

Commit

Permalink
Fix grammar in FlBinaryCodec/FlStringCodec descriptions (#18268)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed May 11, 2020
1 parent 4a1f9fa commit ccfec72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -22,7 +22,7 @@ G_DECLARE_FINAL_TYPE(FlBinaryCodec,
/**
* FlBinaryCodec:
*
* #FlBinaryCodec is a #FlMessageCodec that implements the Flutter binary
* #FlBinaryCodec is an #FlMessageCodec that implements the Flutter binary
* message encoding. This encodes and decodes #FlValue of type
* #FL_VALUE_TYPE_UINT8_LIST.
*
Expand Down
Expand Up @@ -22,7 +22,7 @@ G_DECLARE_FINAL_TYPE(FlStringCodec,
/**
* FlStringCodec:
*
* #FlStringCodec is a #FlMessageCodec that implements the Flutter string
* #FlStringCodec is an #FlMessageCodec that implements the Flutter string
* message encoding. This encodes and decodes #FlValue of type
* #FL_VALUE_TYPE_STRING.
*
Expand Down

0 comments on commit ccfec72

Please sign in to comment.