Skip to content

Commit 590c332

Browse files
authored
Fixup various doc issues (#2015)
1 parent 6fdf707 commit 590c332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPCProtobuf/Coding.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public import SwiftProtobuf
2121
public struct ProtobufSerializer<Message: SwiftProtobuf.Message>: GRPCCore.MessageSerializer {
2222
public init() {}
2323

24-
/// Serializes a ``Message`` into a sequence of bytes.
24+
/// Serializes a `Message` into a sequence of bytes.
2525
///
2626
/// - Parameter message: The message to serialize.
2727
/// - Returns: An array of serialized bytes representing the message.
@@ -42,7 +42,7 @@ public struct ProtobufSerializer<Message: SwiftProtobuf.Message>: GRPCCore.Messa
4242
public struct ProtobufDeserializer<Message: SwiftProtobuf.Message>: GRPCCore.MessageDeserializer {
4343
public init() {}
4444

45-
/// Deserializes a sequence of bytes into a ``Message``.
45+
/// Deserializes a sequence of bytes into a `Message`.
4646
///
4747
/// - Parameter serializedMessageBytes: The array of bytes to deserialize.
4848
/// - Returns: The deserialized message.

0 commit comments

Comments
 (0)