Skip to content

Commit

Permalink
routing: fix typo and log msg. and log msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggie1984 committed Dec 20, 2024
1 parent fc25f3d commit 1e26650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (b *Builder) SubscribeTopology() (*TopologyClient, error) {
// notification channel.
type topologyClient struct {
// ntfnChan is a send-only channel that's used to propagate
// notification s from the channel router to an instance of a
// notifications from the channel router to an instance of a
// topologyClient client.
ntfnChan chan<- *TopologyChange

Expand Down

0 comments on commit 1e26650

Please sign in to comment.