From e4329e3534f0037ee8b372b200b08f4cad3aa5cf Mon Sep 17 00:00:00 2001 From: pjs <pjs@alum.mit.edu> Date: Tue, 13 Mar 2012 13:23:20 -0700 Subject: [PATCH] Revised comment reference from Simulation to EventScheduler Signed-off-by: pjs <pjs@alum.mit.edu> --- lib/simplekit.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/simplekit.rb b/lib/simplekit.rb index cfcdaef..0f0ee9c 100644 --- a/lib/simplekit.rb +++ b/lib/simplekit.rb @@ -74,8 +74,8 @@ module SimpleKit private - # This is a private helper class for class Simulation. Users should never - # try to access anything in this class directly. + # This is a private helper class for the EventScheduler class. + # Users should never try to access anything in this class directly. class EventNotice include Comparable attr_reader :event, :time, :args -- GitLab