Parcourir la source

Update HttpServer.swift

Damian Kołakowski il y a 12 ans
Parent
commit
1210683651
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Swifter/HttpServer.swift

+ 1 - 1
Swifter/HttpServer.swift

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