Skip to content

Commit b6925f1

Browse files
committed
Fixed comment
1 parent 1c64d78 commit b6925f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func (disc *Client) Run() (err error) {
287287
}
288288

289289
// Start initializes and start the discovery internal subroutines. This command must be
290-
// called before List or StartSync.
290+
// called before List.
291291
func (disc *Client) Start() error {
292292
if err := disc.sendCommand("START\n"); err != nil {
293293
return err

0 commit comments

Comments
 (0)