mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix grammar in FlBinaryCodec/FlStringCodec descriptions (#18268)
This commit is contained in:
parent
4a1f9fa959
commit
ccfec72798
@ -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.
|
||||
*
|
||||
|
||||
@ -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.
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user