rdblue commented on a change in pull request #537: Docs: Fix typos
URL: https://github.com/apache/incubator-iceberg/pull/537#discussion_r334288518
 
 

 ##########
 File path: site/docs/api-quickstart.md
 ##########
 @@ -113,7 +113,7 @@ import org.apache.avro.Schema.Parser
 val avroSchema = new Parser().parse(
     """{ "type": "record", "name": "com.example.AvroType",
       |  "fields": [ ... ]
-      |}""".stripMargin
+      |}""".stripMargin)
 
 Review comment:
   Isn't this the end of the call to `parse` on line 113?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to