docs: fix syntax error (#255)

This commit is contained in:
Taiki Fukui
2020-07-05 01:07:18 +09:00
committed by GitHub
parent 4d5ab743af
commit 8d4ff5b1ae

View File

@@ -395,7 +395,7 @@ func provideFoo() Foo {
func injectedMessage() string {
wire.Build(
provideFoo,
getS,
getS)
return ""
}
```