Skip to content

Commit 443c8c1

Browse files
glbrnttgjcairo
andauthored
Update Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md
Co-authored-by: Gus Cairo <[email protected]>
1 parent 83c1ee0 commit 443c8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Change the body of the function using the 1.x client to just `fatalError()`.
386386
Later you'll remove this function altogether.
387387

388388
If the generated client is a stored type then add a new computed property
389-
returning an instance of it. the body can just call `fatalError()` for now:
389+
returning an instance of it. The body can just call `fatalError()` for now:
390390

391391
```swift
392392
var client: Foo_Bar_Baz.Client {

0 commit comments

Comments
 (0)