Skip to content

Commit b08b0b9

Browse files
committedDec 19, 2024
routing: fix typo and log msg. and log msg.
1 parent 0d674f4 commit b08b0b9

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)