소스 검색

Update HttpHandlers+Scopes.swift

Typos.
Damian Kołakowski 10 년 전
부모
커밋
570fb1f0a3
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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