Explorar el Código

Update HttpServer.swift

Damian Kołakowski hace 12 años
padre
commit
1210683651
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Swifter/HttpServer.swift

+ 1 - 1
Swifter/HttpServer.swift

@@ -7,7 +7,7 @@
 
 import Foundation
 
-/* HTTP stream parser */
+/* HTTP server */
 
 class HttpServer
 {