Merge pull request #951 from WeiZhang555/typo

Fix typo
This commit is contained in:
Michael Crosby 2017-06-02 09:41:13 -07:00 committed by GitHub
commit 4ae34cccc5

View File

@ -27,7 +27,7 @@ type Registration struct {
Init func(*InitContext) (interface{}, error) Init func(*InitContext) (interface{}, error)
} }
// TODO(@crosbymichael): how to we keep this struct from growing but support dependency injection for loaded plugins? // TODO(@crosbymichael): how do we keep this struct from growing but support dependency injection for loaded plugins?
type InitContext struct { type InitContext struct {
Root string Root string
State string State string