Skip to content

Commit 695f3c5

Browse files
committed
Update Validate.swift
1 parent 5b5ea1b commit 695f3c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/async-http-client/validate/Validate.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public extension Http{
1818

1919
internal extension Http.Validate{
2020

21-
/// Check if validate status
21+
/// Pick up status validate rule
2222
var isStatus : Status{
2323
switch(self){
2424
case .status(let rule) : return rule
@@ -29,7 +29,7 @@ internal extension Http.Validate{
2929

3030
internal extension Collection where Element == Http.Validate{
3131

32-
/// Filter status validate fn
32+
/// Pick up status validate rules
3333
/// - Returns: Set of fn to validate status
3434
func filterStatus() -> [Http.Validate.Status] {
3535
map{ $0.isStatus }

0 commit comments

Comments
 (0)