diff options
-rw-r--r-- | fixtures/fixtures.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixtures/fixtures.go b/fixtures/fixtures.go index 6a86bdd..a37c5e5 100644 --- a/fixtures/fixtures.go +++ b/fixtures/fixtures.go @@ -265,7 +265,7 @@ func (g Fixtures) Exclude(tag string) Fixtures { return r } -// Init set the correct path to be able to access to the fixtures files +// Init sets the correct path to access the fixtures files func Init() error { srcs := build.Default.SrcDirs() |