Fix grammar in FlBinaryCodec/FlStringCodec descriptions (#18268)

This commit is contained in:
Robert Ancell 2020-05-12 09:00:36 +12:00 committed by GitHub
parent 4a1f9fa959
commit ccfec72798
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.
*