Skip to content

Commit

Permalink
NIT: Correct spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
PopFlamingo committed May 26, 2020
1 parent d04a9b6 commit 1878afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/VaporTests/ValidationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ private final class User: Validatable, Codable {
}
}

// Let's us call the generic versions of `.range(...)` and `.count(...)
// Lets us call the generic versions of `.range(...)` and `.count(...)
private struct WrapperRangeExpression<Wrapped: RangeExpression>: RangeExpression {
init(_ wrapped: Wrapped) {
self.wrapped = wrapped
Expand Down

0 comments on commit 1878afb

Please sign in to comment.