spelling: accumulates

This commit is contained in:
Josh Soref 2018-03-13 07:03:51 +00:00
parent 5c0191828f
commit 5e167e3b6d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ package multistep
import "context"
// A step for testing that accumuluates data into a string slice in the
// A step for testing that accumulates data into a string slice in the
// the state bag. It always uses the "data" key in the state bag, and will
// initialize it.
type TestStepAcc struct {