Fix duplicated model name in docsv2 document (#228)

* Fix duplicated model name

Signed-off-by: Ricky Elrod <ricky@elrod.me>

* fix varieties link

Signed-off-by: Ricky Elrod <ricky@elrod.me>
This commit is contained in:
Ricky Elrod 2016-07-10 13:01:21 -04:00 committed by Sargun Vohra
parent 779951bff2
commit 64457ba31b

View file

@ -2825,7 +2825,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
| flavor_text_entries | A list of flavor text entries for this Pokémon species | list [FlavorText](#flavortext) |
| form_descriptions | Descriptions of different forms Pokémon take on within the Pokémon species | list [Description](#description) |
| genera | The genus of this Pokémon species listed in multiple languages | list [Genus](#genus) |
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety] |
| varieties | A list of the Pokémon that exist within this Pokémon species | list [PokemonSpeciesVariety](#pokemonspeciesvariety) |
#### Genus
@ -2849,7 +2849,7 @@ A Pokémon Species forms the basis for at least one Pokémon. Attributes of a Po
| rate | The base rate for encountering the referenced Pokémon in this pal park area | integer |
| area | The pal park area where this encounter happens | [NamedAPIResource](#namedapiresource) ([PalParkArea](#pal-park-areas)) |
#### PokemonSpeciesDexEntry
#### PokemonSpeciesVariety
| Name | Description | Data Type |
|:-----------|:--------------------------------------------|:------------------------------------------------------------|