diff --git a/docs/functionality/fish_species_encoding.md b/docs/functionality/fish_species_encoding.md index 85324e63fd..68899ac01c 100644 --- a/docs/functionality/fish_species_encoding.md +++ b/docs/functionality/fish_species_encoding.md @@ -55,7 +55,7 @@ Here is an example for the fish species `COD` ``` Here is an example for the fish species `HAD` ``` -(26^2 * 7) + (26 * 0) + 3 = 473 +(26^2 * 7) + (26 * 0) + 3 = 4735 ``` ## Speciality markings @@ -97,4 +97,4 @@ Here is an example for the speciality code `!UNS` `!EMP` ``` 17576 + (26^2 * 2) + (26 * 12) + 15 = 20607 -``` \ No newline at end of file +```