From 4e7cab9f1727eccd90780d1ceb14948e0ace36a6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 15 Jul 2015 22:03:53 +0000 Subject: doc: remove references to old servers They'll continue to be maintained, but we're no longer advertising them. Also, favor lowercase "unicorn" while we're at it since that matches the executable and gem name to avoid unnecessary escaping for RDoc. --- lib/unicorn.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/unicorn.rb') diff --git a/lib/unicorn.rb b/lib/unicorn.rb index 9fdcb8e..b0e6bd1 100644 --- a/lib/unicorn.rb +++ b/lib/unicorn.rb @@ -10,10 +10,10 @@ require 'kgio' # enough functionality to service web application requests fast as possible. # :startdoc: -# \Unicorn exposes very little of an user-visible API and most of its -# internals are subject to change. \Unicorn is designed to host Rack +# unicorn exposes very little of an user-visible API and most of its +# internals are subject to change. unicorn is designed to host Rack # applications, so applications should be written against the Rack SPEC -# and not \Unicorn internals. +# and not unicorn internals. module Unicorn # Raised inside TeeInput when a client closes the socket inside the -- cgit v1.2.3-24-ge0c7