Unverified Commit d07b88e4 authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

Docs fix an=>a (#118652)

parent 666dccc8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment