Skip to content

Commit

Permalink
fixes typo (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkacmaz authored and quii committed Sep 23, 2019
1 parent 958d89d commit a5cdb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocking.md
Expand Up @@ -489,7 +489,7 @@ Let's first create a new type for `ConfigurableSleeper` that accepts what we nee
```go
type ConfigurableSleeper struct {
duration time.Duration
Sleep func(time.Duration)
sleep func(time.Duration)
}
```

Expand Down

0 comments on commit a5cdb3b

Please sign in to comment.