Explorar o código

Update HttpHandlers+Scopes.swift

Typos.
Damian Kołakowski %!s(int64=10) %!d(string=hai) anos
pai
achega
570fb1f0a3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Sources/Swifter/HttpHandlers+Scopes.swift

+ 2 - 2
Sources/Swifter/HttpHandlers+Scopes.swift

@@ -333,7 +333,7 @@ var ScopesBuffer = [UInt64: String]()
 
 private func evaluate(_ node: String, _ attrs: [String: String?] = [:], _ c: Closure) {
     
-    // Push the attributes on the stack.
+    // Push the attributes.
     
     let stackid = idd
     let stackdir = dir
@@ -739,7 +739,7 @@ private func evaluate(_ node: String, _ attrs: [String: String?] = [:], _ c: Clo
         ScopesBuffer[Process.TID] = output + ">" + current + "</" + node + ">"
     }
     
-    // Pop the attributes on stack.
+    // Pop the attributes.
     
     idd = stackid
     dir = stackdir