Skip to content

Commit d9d61ba

Browse files
committed
Minor comment fixes
1 parent 3eb7608 commit d9d61ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/NIORedis/RESP/RESPTranslator.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ extension RESPTranslator {
5454

5555
/// Attempts to parse the `ByteBuffer`, starting at the specified position,
5656
/// following the RESP specification.
57-
/// - Important: As this par
5857
///
5958
/// See [https://redis.io/topics/protocol](https://redis.io/topics/protocol)
6059
/// - Parameters:

Sources/NIORedis/Redis.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extension Redis {
2727
/// Makes a new `ClientBootstrap` instance with a default Redis `Channel` pipeline
2828
/// for sending and receiving messages in Redis Serialization Protocol (RESP) format.
2929
///
30-
/// See `RESPEncoder`, `RESPDecoder`, and `CommandHandler`.
30+
/// See `RedisMessageEncoder`, `RedisByteDecoder`, and `RedisCommandHandler`.
3131
/// - Parameter using: The `EventLoopGroup` to build the `ClientBootstrap` on.
3232
/// - Returns: A `ClientBootstrap` with the default configuration of a `Channel` pipeline for RESP messages.
3333
public static func makeDefaultClientBootstrap(using group: EventLoopGroup) -> ClientBootstrap {

0 commit comments

Comments
 (0)