fix typo in comment

This commit is contained in:
Robert Schmidtke
2017-10-02 11:27:41 +02:00
parent a5e25dc2ad
commit 095b9a17e1

View File

@@ -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.
*/