Skip to content

Commit 94275b0

Browse files
authored
Fix incorrect file name in Route Guide tutorial code block (#31)
1 parent 8bc237c commit 94275b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Documentation.docc/Tutorials/Route-Guide/Route-Guide.tutorial

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
Like for the server we'll add a method to run the client RPCs. Open `RouteGuide.swift`
406406
again and add a call to `runClient`.
407407

408-
@Code(name: "Sources/RouteGuide+Client.swift", file: "route-guide-sec06-step01-call-run-client.swift")
408+
@Code(name: "Sources/RouteGuide.swift", file: "route-guide-sec06-step01-call-run-client.swift")
409409
}
410410

411411
@Step {

0 commit comments

Comments
 (0)