We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e43926 commit 4ea367fCopy full SHA for 4ea367f
Sources/GRPCCore/Internal/String+Extensions.swift
@@ -36,7 +36,7 @@ extension UInt8 {
36
}
37
38
extension String.UTF8View {
39
- /// Compares two UTF8 strings as case insensitive ASCII bytes.
+ /// Compares two UTF8 strings as case-insensitive ASCII bytes.
40
///
41
/// - Parameter bytes: The string constant in the form of a collection of `UInt8`
42
/// - Returns: Whether the collection contains **EXACTLY** this array or no, but by ignoring case.
0 commit comments