File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public import SwiftProtobuf
21
21
public struct ProtobufSerializer < Message: SwiftProtobuf . Message > : GRPCCore . MessageSerializer {
22
22
public init ( ) { }
23
23
24
- /// Serializes a `` Message` ` into a sequence of bytes.
24
+ /// Serializes a `Message` into a sequence of bytes.
25
25
///
26
26
/// - Parameter message: The message to serialize.
27
27
/// - Returns: An array of serialized bytes representing the message.
@@ -42,7 +42,7 @@ public struct ProtobufSerializer<Message: SwiftProtobuf.Message>: GRPCCore.Messa
42
42
public struct ProtobufDeserializer < Message: SwiftProtobuf . Message > : GRPCCore . MessageDeserializer {
43
43
public init ( ) { }
44
44
45
- /// Deserializes a sequence of bytes into a `` Message` `.
45
+ /// Deserializes a sequence of bytes into a `Message`.
46
46
///
47
47
/// - Parameter serializedMessageBytes: The array of bytes to deserialize.
48
48
/// - Returns: The deserialized message.
You can’t perform that action at this time.
0 commit comments