Skip to content

Commit 74da4e9

Browse files
authored
Update OperationAttribute.cs (#170)
1 parent df1e03e commit 74da4e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protobuf-net.Grpc/Configuration/OperationAttribute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace ProtoBuf.Grpc.Configuration
55
{
66
/// <summary>
7-
/// Explicitly indicates that a metho represents a gRPC method
7+
/// Explicitly indicates that a method represents a gRPC method
88
/// </summary>
99
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
1010
[ImmutableObject(true)]

0 commit comments

Comments
 (0)