Skip to content

Commit

Permalink
Docs fix an=>a (#118652)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmc committed Jan 18, 2023
1 parent 666dccc commit d07b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/services/message_codec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class MessageCodec<T> {
T? decodeMessage(ByteData? message);
}

/// An command object representing the invocation of a named method.
/// A command object representing the invocation of a named method.
@immutable
class MethodCall {
/// Creates a [MethodCall] representing the invocation of [method] with the
Expand Down

0 comments on commit d07b88e

Please sign in to comment.