Skip to content

Commit 4ea367f

Browse files
committed
spelling: case-insensitive
Signed-off-by: Josh Soref <[email protected]>
1 parent 4e43926 commit 4ea367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Internal/String+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extension UInt8 {
3636
}
3737

3838
extension String.UTF8View {
39-
/// Compares two UTF8 strings as case insensitive ASCII bytes.
39+
/// Compares two UTF8 strings as case-insensitive ASCII bytes.
4040
///
4141
/// - Parameter bytes: The string constant in the form of a collection of `UInt8`
4242
/// - Returns: Whether the collection contains **EXACTLY** this array or no, but by ignoring case.

0 commit comments

Comments
 (0)