Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit d07b88e

Browse files
authored
Docs fix an=>a (#118652)
1 parent 666dccc commit d07b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/services/message_codec.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ abstract class MessageCodec<T> {
2929
T? decodeMessage(ByteData? message);
3030
}
3131

32-
/// An command object representing the invocation of a named method.
32+
/// A command object representing the invocation of a named method.
3333
@immutable
3434
class MethodCall {
3535
/// Creates a [MethodCall] representing the invocation of [method] with the

0 commit comments

Comments
 (0)