Skip to content

Commit ae4f27b

Browse files
committed
Update Status.swift
1 parent c515bfb commit ae4f27b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/async-http-client/validate/type/Status.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public extension Http.Validate{
2626
/// Validate by predicate func if you need some specific logic
2727
case predicate(Predicate)
2828

29-
/// Check status and emit error if status is not valid
29+
/// Check status and return custom error if status is not valid
3030
case check(ErrorFn)
3131
}
3232
}

0 commit comments

Comments
 (0)