Skip to content

Commit

Permalink
Merge pull request #627 from almas1992/patch-1
Browse files Browse the repository at this point in the history
Update examples.md
  • Loading branch information
LandonTClipp committed May 15, 2023
2 parents 57df870 + 425c292 commit 0e49266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Given this interface:
```go title="string.go"
package example_project

//go:generate --name Stringer
//go:generate mockery --name Stringer
type Stringer interface {
String() string
}
Expand Down

0 comments on commit 0e49266

Please sign in to comment.