summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-03-20 17:30:22 +0100
committernsensfel <SpamShield0@noot-noot.org>2019-03-20 17:30:22 +0100
commit125eb8ba1e1707bd5468a96131a740abef3c6f43 (patch)
tree28216937c3d3403906f347108ab19d89f0afa828 /src/shared/battle/Battle/Struct/Attributes.elm
parentb6fa3b730fe0c4249e714545ca88d2729c815a9b (diff)
...
Diffstat (limited to 'src/shared/battle/Battle/Struct/Attributes.elm')
-rw-r--r--src/shared/battle/Battle/Struct/Attributes.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/battle/Battle/Struct/Attributes.elm b/src/shared/battle/Battle/Struct/Attributes.elm
index 6f6fe10..db16b5c 100644
--- a/src/shared/battle/Battle/Struct/Attributes.elm
+++ b/src/shared/battle/Battle/Struct/Attributes.elm
@@ -169,7 +169,7 @@ decode_category str =
"spe" -> Speed
_ -> Strength
-encode_category : Category -> string
+encode_category : Category -> String
encode_category cat =
case cat of
Constitution -> "con"