[pigeon] Fix typo in README.md (#4707)

Fix a typo in the Pigeon README.md
This commit is contained in:
Michael Thomsen
2023-08-16 00:13:58 +02:00
committed by GitHub
parent b8573f6c81
commit ce001472ec

View File

@ -21,7 +21,7 @@ Currently pigeon supports generating:
### Supported Datatypes
Pigeon uses the `StandardMessageCodec` so it supports
[[any datatype platform channels support](https://flutter.dev/docs/development/platform-integration/platform-channels#codec)].
[any datatype platform channels support](https://flutter.dev/docs/development/platform-integration/platform-channels#codec).
Custom classes and nested datatypes are also supported.