docs: fix syntax error (#255)
This commit is contained in:
@@ -395,7 +395,7 @@ func provideFoo() Foo {
|
|||||||
func injectedMessage() string {
|
func injectedMessage() string {
|
||||||
wire.Build(
|
wire.Build(
|
||||||
provideFoo,
|
provideFoo,
|
||||||
getS,
|
getS)
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user