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 83c1ee0 commit 443c8c1Copy full SHA for 443c8c1
Sources/GRPCCore/Documentation.docc/Articles/Migration-guide.md
@@ -386,7 +386,7 @@ Change the body of the function using the 1.x client to just `fatalError()`.
386
Later you'll remove this function altogether.
387
388
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:
+returning an instance of it. The body can just call `fatalError()` for now:
390
391
```swift
392
var client: Foo_Bar_Baz.Client {
0 commit comments