From 941a5b34c4ef51757413df39f16d38bfa134add1 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Sun, 10 Jul 2016 14:04:21 -0400 Subject: [PATCH] level_learned_at is an integer, not a string Signed-off-by: Ricky Elrod --- templates/pages/docsv2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/pages/docsv2.md b/templates/pages/docsv2.md index fc4191954..08f690235 100644 --- a/templates/pages/docsv2.md +++ b/templates/pages/docsv2.md @@ -2472,7 +2472,7 @@ Pokémon are the creatures that inhabit the world of the Pokémon games. They ca |:------------------|:-----------------------------------------------|:------------------------------------------------------------------------------| | move_learn_method | The method by which the move is learned | [NamedAPIResource](#namedapiresource) ([MoveLearnMethod](#move-learn-method)) | | version_group | The version group in which the move is learned | [NamedAPIResource](#namedapiresource) ([VersionGroup](#version-group)) | -| level_learned_at | The minimum level to learn the move | string | +| level_learned_at | The minimum level to learn the move | integer | #### PokemonStat