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 7ad2694 commit 02f18c3Copy full SHA for 02f18c3
Sources/GRPCCodeGen/CodeGenerator.swift
@@ -87,7 +87,7 @@ public struct CodeGenerator: Sendable {
87
public static var `package`: Self { Self(level: .`package`) }
88
}
89
90
- // The availability that generated code is annotated generated with.
+ // The availability that generated code is annotated with.
91
public struct AvailabilityAnnotations: Sendable, Hashable {
92
public struct Platform: Sendable, Hashable {
93
/// The name of the OS, e.g. 'macOS'.
0 commit comments