From a0f3a2daa027ae1172188893bcf26c13fe642152 Mon Sep 17 00:00:00 2001 From: Andriy Borodiychuk Date: Fri, 1 Mar 2019 17:59:01 +0100 Subject: [PATCH] Update doc.go, fix typo (#20529) --- states/statemgr/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/states/statemgr/doc.go b/states/statemgr/doc.go index 7b7bc0f6f0..058b36d91d 100644 --- a/states/statemgr/doc.go +++ b/states/statemgr/doc.go @@ -1,5 +1,5 @@ // Package statemgr defines the interfaces and some supporting functionality -// for "stage managers", which are components responsible for writing state +// for "state managers", which are components responsible for writing state // to some persistent storage and then later retrieving it. // // State managers will usually (but not necessarily) use the state file formats