Fix grammar in FlBinaryCodec/FlStringCodec descriptions (flutter/engine#18268)

This commit is contained in:
Robert Ancell 2020-05-12 09:00:36 +12:00 committed by GitHub
parent d01fc45249
commit 3e58d628c5
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.
*