summaryrefslogtreecommitdiff
path: root/lib/scheduling
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:30 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 00:04:30 -0400
commit33fcf6de9feaaa6f90dfe5082e08d280c930dae1 (patch)
tree236e6422575938e702fcc3d93906ef863e650499 /lib/scheduling
parent2d7313767442956eab00671ac555c0ce4e583b5f (diff)
Re-jigger the sampling interface
Diffstat (limited to 'lib/scheduling')
-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.