From c1519e5e9862fd8174277539e56ad480ed300780 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 23 Jan 2018 14:30:20 -0800 Subject: [PATCH] snapshot: fix "Save" godoc description Signed-off-by: Gyuho Lee --- snapshot/v3_snapshot.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshot/v3_snapshot.go b/snapshot/v3_snapshot.go index 09d25b11c8f..fdde5dace55 100644 --- a/snapshot/v3_snapshot.go +++ b/snapshot/v3_snapshot.go @@ -48,7 +48,7 @@ import ( // Manager defines snapshot methods. type Manager interface { - // Save fetches snapshot from specified client's endpoints and saves to target path. + // Save fetches snapshot from remote etcd server and saves data to target path. // If the context "ctx" is canceled or timed out, snapshot save stream will error out // (e.g. context.Canceled, context.DeadlineExceeded). Save(ctx context.Context, dbPath string) error