diff --git a/aspnetcore/grpc/services.md b/aspnetcore/grpc/services.md index 9e95d89cde..a949a0f8d9 100644 --- a/aspnetcore/grpc/services.md +++ b/aspnetcore/grpc/services.md @@ -139,8 +139,8 @@ Unary calls are the most similar to [actions on web API controllers](xref:web-ap ```protobuf message ExampleRequest { - int pageIndex = 1; - int pageSize = 2; + int32 pageIndex = 1; + int32 pageSize = 2; bool isDescending = 3; } ```