Skip to content

Commit 9d1256a

Browse files
committed
routing: fix typo and log msg. and log msg.
1 parent 97d8280 commit 9d1256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/notifications.go

+1-1
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)