Skip to content

Commit b2eaaa4

Browse files
committed
spelling: fine-grained
Signed-off-by: Josh Soref <[email protected]>
1 parent f6b1759 commit b2eaaa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/GRPCCodeGen/Internal/Translator/ServerCodeTranslator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ struct ServerCodeTranslator {
206206
/// This protocol is higher level than ``StreamingServiceProtocol`` but lower level than
207207
/// the ``SimpleServiceProtocol``, it provides access to request and response metadata and
208208
/// trailing response metadata. If you don't need these then consider using
209-
/// the ``SimpleServiceProtocol``. If you need fine grained control over your RPCs then
209+
/// the ``SimpleServiceProtocol``. If you need fine-grained control over your RPCs then
210210
/// use ``StreamingServiceProtocol``.
211211
"""
212212
}

Tests/GRPCCodeGenTests/Internal/Translator/IDLToStructuredSwiftTranslatorSnippetBasedTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ final class IDLToStructuredSwiftTranslatorSnippetBasedTests: XCTestCase {
9999
/// This protocol is higher level than ``StreamingServiceProtocol`` but lower level than
100100
/// the ``SimpleServiceProtocol``, it provides access to request and response metadata and
101101
/// trailing response metadata. If you don't need these then consider using
102-
/// the ``SimpleServiceProtocol``. If you need fine grained control over your RPCs then
102+
/// the ``SimpleServiceProtocol``. If you need fine-grained control over your RPCs then
103103
/// use ``StreamingServiceProtocol``.
104104
///
105105
/// > Source IDL Documentation:

Tests/GRPCCodeGenTests/Internal/Translator/ServerCodeTranslatorSnippetBasedTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ final class ServerCodeTranslatorSnippetBasedTests {
8484
/// This protocol is higher level than ``StreamingServiceProtocol`` but lower level than
8585
/// the ``SimpleServiceProtocol``, it provides access to request and response metadata and
8686
/// trailing response metadata. If you don't need these then consider using
87-
/// the ``SimpleServiceProtocol``. If you need fine grained control over your RPCs then
87+
/// the ``SimpleServiceProtocol``. If you need fine-grained control over your RPCs then
8888
/// use ``StreamingServiceProtocol``.
8989
///
9090
/// > Source IDL Documentation:

0 commit comments

Comments
 (0)