summaryrefslogtreecommitdiff
path: root/lib/scheduling/README.md
diff options
context:
space:
mode:
authornfoy <nfoy@purdue.edu>2014-04-28 00:08:01 -0400
committernfoy <nfoy@purdue.edu>2014-04-28 00:08:01 -0400
commit1fb957aeb5c6eb8ec57ecf28b18479bb47093243 (patch)
tree387f8d4a5aebe7593dd6f09a0d277e1407facb36 /lib/scheduling/README.md
parent952387be24043e76dfd9b7a461ee31d1246fa58e (diff)
parent6b66877bda4c0e4a33bb3109304636d5ada85904 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'lib/scheduling/README.md')
-rw-r--r--lib/scheduling/README.md4
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.