Skip to content

Commit f353d84

Browse files
committed
typo
Signed-off-by: Gabriele Santomaggio <g.santomaggio@gmail.com>
1 parent e82d1e1 commit f353d84

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Go client for [RabbitMQ Stream Queues](https://github.com/rabbitmq/rabbitmq-serv
3939
* [Handle Close](#handle-close)
4040
* [Reliable Producer and Reliable Consumer](#reliable-producer-and-reliable-consumer)
4141
* [Super Stream](#super-stream)
42-
[Performance test tool](#performance-test-tool)
43-
* [Performance test tool Docker](#performance-test-tool-docker)
42+
- [Performance test tool](#performance-test-tool)
43+
* [Performance test tool Docker](#performance-test-tool-docker)
4444
- [Build form source](#build-form-source)
4545
- [Project status](#project-status)
4646

pkg/stream/super_stream_consumer.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ type CPartitionClose struct {
5050
}
5151

5252
// CPartitionContext is an interface that is used to expose partition information and methods
53-
// to the user. The user can use the PPartitionContext to reconnect a partition to the SuperStreamConsumer
53+
// to the user. The user can use the CPartitionContext to reconnect a partition to the SuperStreamConsumer
54+
// Specifying the offset to start from
5455
type CPartitionContext interface {
5556
ConnectPartition(partition string, offset OffsetSpecification) error
5657
}

0 commit comments

Comments
 (0)