From 1d172a6c4ea55124336f27509e6c892b6f61e2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Pi=C3=B1a?= Date: Sat, 27 Jul 2024 11:55:31 -0500 Subject: [PATCH] typo --- md/protobuf-oneof.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/protobuf-oneof.md b/md/protobuf-oneof.md index 0f59de9..7f555b9 100644 --- a/md/protobuf-oneof.md +++ b/md/protobuf-oneof.md @@ -4,7 +4,7 @@ More at [https://protobuf.dev/reference/java/java-generated/#oneof-fields](https ### Protobuf Schema -Here you can see that the `Measurement` has a `oneof` field: +Here you can see that the `Measurement` has an `oneof` field: ```protobuf {{#include ../kafka-protobuf/src/main/proto/Sensor.proto}}