This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 48b6a8c3d02 [fix][doc]: fix golang schema sample format (#438)
48b6a8c3d02 is described below

commit 48b6a8c3d02e9bcc8a511095e68e4f942f7e6ea0
Author: Eric Shen <[email protected]>
AuthorDate: Tue Feb 28 08:50:45 2023 +0800

    [fix][doc]: fix golang schema sample format (#438)
---
 docs/schema-get-started.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/schema-get-started.md b/docs/schema-get-started.md
index c8aa3a1ce1a..461ca4923bf 100644
--- a/docs/schema-get-started.md
+++ b/docs/schema-get-started.md
@@ -440,7 +440,7 @@ e = msg.value()
 Suppose you have an `avroExampleStruct` class as follows, and you'd like to 
transmit it over a Pulsar topic.
 
 ```go
-    type avroExampleStruct struct {
+type avroExampleStruct struct {
     ID   int
     Name string
 }

Reply via email to