diff options
author | AndrewMurrell <amurrel@purdue.edu> | 2014-04-28 00:17:44 -0400 |
---|---|---|
committer | AndrewMurrell <amurrel@purdue.edu> | 2014-04-28 00:17:44 -0400 |
commit | e5f603c8c463e09fee5931d7e00e94e14b819347 (patch) | |
tree | b4a15936a3fc51586448585162e4070d7bb82fc8 /lib/scheduling | |
parent | ee238dbbca6ee979aa886a4f4cebad41e6f79cce (diff) | |
parent | 1fb957aeb5c6eb8ec57ecf28b18479bb47093243 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/scheduling')
-rw-r--r-- | lib/scheduling/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/scheduling/README.md b/lib/scheduling/README.md index 8b21164..fe6aba1 100644 --- a/lib/scheduling/README.md +++ b/lib/scheduling/README.md @@ -4,7 +4,7 @@ Scheduling interface Files in this directory should be _classes_ implementing the following interface: - - `initialize(tournament_stage)` + - `initialize(TournamentStage)` Construct new Scheduling object from tournament_stage. @@ -12,7 +12,7 @@ interface: Creates all the matches of the current round. - - `finish_match(match)` + - `finish_match(Match)` Progresses the match through the schedule. |