lib/ruby_skynet/service.rb in ruby_skynet-0.3.0 vs lib/ruby_skynet/service.rb in ruby_skynet-0.4.0.pre
- old
+ new
@@ -19,10 +19,10 @@
sync_cattr_reader :logger do
SemanticLogger::Logger.new(self)
end
end
# Register the service with the Server
- # The server will publish the server to Doozer when te server is running
+ # The server will publish the server to Doozer when the server is running
Server.register_service(base)
end
module ClassMethods
# Name of this service to Register with Skynet