Skip to content

Commit cd9ddf6

Browse files
andreaTPcescoffier
andauthored
Update _posts/2025-09-30-grpc-zero.adoc
Co-authored-by: Clement Escoffier <[email protected]>
1 parent 85c3c10 commit cd9ddf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-09-30-grpc-zero.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The difference is that builds are portable and predictable on any JVM host. It a
3434
* Portable builds that behave the same on laptops, CI, containers, and edge devices.
3535
* Simpler CI and smaller images because you do not need to package native executables.
3636
* Less maintenance for platform teams who no longer manage platform-specific toolchains.
37-
* A small, self-contained Java dependency that performs code generation.
37+
* A small, self-contained Java dependency that performs `proto` file compilation.
3838
3939
== Quick start
4040

0 commit comments

Comments
 (0)