Skip to content

Commit ab2c9a4

Browse files
committed
spelling: protocolly
Signed-off-by: Josh Soref <[email protected]>
1 parent b8de96f commit ab2c9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/GRPCCodeGenTests/Internal/Renderer/TextBasedRendererTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,10 +880,10 @@ final class Test_TextBasedRenderer: XCTestCase {
880880
881881
func testProtocol() throws {
882882
try _test(
883-
.init(name: "Protocoly"),
883+
.init(name: "Protocolly"),
884884
renderedBy: { $0.renderProtocol(_:) },
885885
rendersAs: #"""
886-
protocol Protocoly {}
886+
protocol Protocolly {}
887887
"""#
888888
)
889889
}

0 commit comments

Comments
 (0)