Skip to content

Commit

Permalink
Fixed code tags in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstebo committed Sep 20, 2018
1 parent 328ef79 commit aa53382
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/name.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Faker.Name.Prefix() //=> "Mr."
Faker.Name.Suffix() //=> "IV"
Faker.Name.Title() //=> "Legacy Creative Director"
Faker.Name.Title() //=> "Legacy Creative Director"
```
3 changes: 2 additions & 1 deletion doc/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
```cs
Faker.Random.Element(new [] {1, 2, 3, 4, 5}) //=> 5
Faker.Random.Element("test") //=> "e"
Faker.Random.Element("test") //=> "e"
```

0 comments on commit aa53382

Please sign in to comment.