Explorar o código

Merge pull request #115 from salvatoris/patch-1

Fix typo in the comment
Mano Marks %!s(int64=7) %!d(string=hai) anos
pai
achega
d7b6bad9b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      worker/src/Worker/Program.cs

+ 1 - 1
worker/src/Worker/Program.cs

@@ -104,7 +104,7 @@ namespace Worker
 
         private static ConnectionMultiplexer OpenRedisConnection(string hostname)
         {
-            // Use IP address to workaround hhttps://github.com/StackExchange/StackExchange.Redis/issues/410
+            // Use IP address to workaround https://github.com/StackExchange/StackExchange.Redis/issues/410
             var ipAddress = GetIp(hostname);
             Console.WriteLine($"Found redis at {ipAddress}");