Skip to content

Commit f06b80e

Browse files
relrodphalt
authored andcommitted
level_learned_at is an integer, not a string (#231)
Signed-off-by: Ricky Elrod <ricky@elrod.me>
1 parent 3b3cdca commit f06b80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/pages/docsv2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2472,7 +2472,7 @@ Pokémon are the creatures that inhabit the world of the Pokémon games. They ca
24722472
|:------------------|:-----------------------------------------------|:------------------------------------------------------------------------------|
24732473
| move_learn_method | The method by which the move is learned | [NamedAPIResource](#namedapiresource) ([MoveLearnMethod](#move-learn-method)) |
24742474
| version_group | The version group in which the move is learned | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-group)) |
2475-
| level_learned_at | The minimum level to learn the move | string |
2475+
| level_learned_at | The minimum level to learn the move | integer |
24762476

24772477
#### PokemonStat
24782478

0 commit comments

Comments
 (0)