Skip to content

Commit

Permalink
README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pioz committed Sep 8, 2020
1 parent 058b4f8 commit a883113
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ fmt.Println(p.Extra)
## Factory

One of the nice things about Faker is that it can also be used as a factory
library. In fact when we call the `faker.Build` method if a value is not zero
then it is not modified, leaving the original value. This allows you to create
factory functions very easily:
library. In fact when we call the `faker.Build` function if a value is not
zero then it is not modified, leaving the original value. This allows you to
create factory functions very easily:

```go
faker.SetSeed(623)
Expand Down

0 comments on commit a883113

Please sign in to comment.