Skip to content

Commit 10c82f6

Browse files
committed
routing: fix typo and log msg. and log msg.
1 parent 8936333 commit 10c82f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graph/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ func (b *Builder) SubscribeTopology() (*TopologyClient, error) {
101101
// notification channel.
102102
type topologyClient struct {
103103
// ntfnChan is a send-only channel that's used to propagate
104-
// notification s from the channel router to an instance of a
104+
// notifications from the channel router to an instance of a
105105
// topologyClient client.
106106
ntfnChan chan<- *TopologyChange
107107

0 commit comments

Comments
 (0)