Skip to content

Commit 7c4b85f

Browse files
authored
Merge branch 'main' into add-regexp-predicate
2 parents 5f58d7d + 5f1956d commit 7c4b85f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/StringContainsOperators/StringContainsOperators.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ public prefix func =~ (value: String) -> StringPredicate {
145145
return .regexp(value)
146146
}
147147

148-
149148
/// Returns a `StringPredicate` that negates another `StringPredicate`.
150149
///
151150
/// - Parameter predicate: The predicate to be negated.

0 commit comments

Comments
 (0)