Skip to content

Commit

Permalink
Changed stroke codes to reflect SS codes
Browse files Browse the repository at this point in the history
  • Loading branch information
huwcbjones authored Oct 19, 2019
1 parent 2945844 commit c6c7e14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Stroke.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

class Stroke
{
const FREESTYLE = "fc";
const FRONTCRAWL = "fc";
const FREESTYLE = "fr";
const FRONTCRAWL = "fr";
const BUTTERFLY = "bf";
const FLY = "bf";
const BACKSTROKE = "bc";
const BACK = "bc";
const BACKSTROKE = "ba";
const BACK = "ba";
const BREASTSTROKE = "br";
const BREAST = "br";
const INDIVIDUAL_MEDLEY = "im";
const IM = "im";
}
}

0 comments on commit c6c7e14

Please sign in to comment.