Przeglądaj źródła

Update HttpServer.swift

Damian Kołakowski 12 lat temu
rodzic
commit
1210683651
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Swifter/HttpServer.swift

+ 1 - 1
Swifter/HttpServer.swift

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