Fix typo in Kotlin quickstart (#1205)

This commit is contained in:
Terry Wilson 2023-10-05 14:03:57 -07:00 committed by GitHub
parent 338a44d03b
commit cad984c489
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ Remember to save the file!
### Update the app
When you build the example, the build process regenerates `HelloWorldGrpcKt.kt`,
When you build the example, the build process regenerates `HelloWorldProtoGrpcKt.kt`,
which contains the generated gRPC client and server classes. This also
regenerates classes for populating, serializing, and retrieving our request and
response types.

View File

@ -135,7 +135,7 @@ Remember to save the file!
### Update the app
When you build the example, the build process regenerates `HelloWorldGrpcKt.kt`,
When you build the example, the build process regenerates `HelloWorldProtoGrpcKt.kt`,
which contains the generated gRPC client and server classes. This also
regenerates classes for populating, serializing, and retrieving our request and
response types.