From 095b9a17e1fd083728003f98aa77b1ad4c0a10b0 Mon Sep 17 00:00:00 2001 From: Robert Schmidtke Date: Mon, 2 Oct 2017 11:27:41 +0200 Subject: [PATCH] fix typo in comment --- java/com/google/flatbuffers/FlatBufferBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/com/google/flatbuffers/FlatBufferBuilder.java b/java/com/google/flatbuffers/FlatBufferBuilder.java index 0dadeedd7..92f08fbbf 100644 --- a/java/com/google/flatbuffers/FlatBufferBuilder.java +++ b/java/com/google/flatbuffers/FlatBufferBuilder.java @@ -838,7 +838,7 @@ public class FlatBufferBuilder { } /** - * Finalize a buffer, pointing to the given `root_table`.+, with the size prefixed. + * Finalize a buffer, pointing to the given `root_table`, with the size prefixed. * * @param root_table An offset to be added to the buffer. */