Skip to content

Commit

Permalink
Fix syntax highlighting and missing version (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiculescu committed Mar 10, 2021
1 parent 677ac8f commit 6921f44
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/tv_shows/seinfeld.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Faker::TvShows::Seinfeld

Available since version 1.8.3.

```ruby
Faker::TvShows::Seinfeld.character #=> George Costanza
Faker::TvShows::Seinfeld.character #=> George Costanza

Faker::TvShows::Seinfeld.quote #=> I'm not a lesbian. I hate men, but I'm not a lesbian
Faker::TvShows::Seinfeld.quote #=> I'm not a lesbian. I hate men, but I'm not a lesbian

Faker::TvShows::Seinfeld.business #=> Kruger Industrial Smoothing
Faker::TvShows::Seinfeld.business #=> Kruger Industrial Smoothing
```

0 comments on commit 6921f44

Please sign in to comment.