Skip to content

Commit

Permalink
Documentation error fix (faker-ruby#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlockwood authored and vbrazo committed May 10, 2019
1 parent 8ec5af0 commit 70e01e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/tv_shows/stargate.md
@@ -1,9 +1,9 @@
# Faker::TvShows::Stargate

```ruby
Faker::TvShows::StarTrek.character #=> "Jack O'Neill"
Faker::TvShows::Stargate.character #=> "Jack O'Neill"

Faker::TvShows::StarTrek.planet #=> "Abydos"
Faker::TvShows::Stargate.planet #=> "Abydos"

Faker::TvShows::StarTrek.quote #=> "General, request permission to beat the crap out of this man."
Faker::TvShows::Stargate.quote #=> "General, request permission to beat the crap out of this man."
```

0 comments on commit 70e01e2

Please sign in to comment.