From d62aa0f5ac2f707097ca02f0cb26bc097b73d706 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Tue, 8 Oct 2019 09:31:14 -0700 Subject: [PATCH] update docstring --- vault/core.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/core.go b/vault/core.go index 1f0a017f78b4..61ba2fda0d61 100644 --- a/vault/core.go +++ b/vault/core.go @@ -458,7 +458,7 @@ type Core struct { // Stores the pending peers we are waiting to give answers pendingRaftPeers map[string][]byte - // rawConfig stores the config as-is from the provided + // rawConfig stores the config as-is from the provided server configuration. rawConfig *server.Config coreNumber int