Update doc.go, fix typo (#20529)

This commit is contained in:
Andriy Borodiychuk 2019-03-01 17:59:01 +01:00 committed by Kristin Laemmert
parent 8f7b897d0c
commit a0f3a2daa0
1 changed files with 1 additions and 1 deletions

View File

@ -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