Skip to content

Commit

Permalink
fix comment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpalide committed Nov 30, 2023
1 parent 4a5d46b commit d378e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dmsg/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ func (ce *Client) AllEntries(ctx context.Context) (entries []string, err error)
return entries, err
}

// ConnectedServersPK return all connected dmsg-servers keys
// ConnectedServersPK return keys of all connected dmsg servers
func (ce *Client) ConnectedServersPK() []string {
sessions := ce.allClientSessions(ce.porter)
addrs := make([]string, len(sessions))
Expand Down

0 comments on commit d378e36

Please sign in to comment.