From 21bbc1cfe7ef3e41f3819664080ed62aa97dc24e Mon Sep 17 00:00:00 2001 From: //de Date: Tue, 24 Mar 2015 04:49:02 -0700 Subject: [PATCH] superficial change to a comment.. that'll still get CI checked anyway --- lib/reel/server.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/reel/server.rb b/lib/reel/server.rb index 1eb5a62..2be4691 100644 --- a/lib/reel/server.rb +++ b/lib/reel/server.rb @@ -2,8 +2,8 @@ module Reel # Base class for Reel servers. # # This class is a Celluloid::IO actor which provides a barebones server - # which does not open a socket itself, it just begin handling connections once - # initialized with a specific kind of protocol-based server. + # which does not open a socket itself, it just begin handling connections + # once initialized with a specific kind of protocol-based server. # For specific protocol support, use: