mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Fix spelling mistake in FlatBufferBuilder.cs doc comments (#8120)
No change to code. Very simple spelling mistake/typo fix.
This commit is contained in:
parent
a228e8c9b8
commit
d09696bbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ namespace Google.FlatBuffers
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Create a FlatBufferBuilder backed by the pased in ByteBuffer
|
||||
/// Create a FlatBufferBuilder backed by the passed in ByteBuffer
|
||||
/// </summary>
|
||||
/// <param name="buffer">The ByteBuffer to write to</param>
|
||||
public FlatBufferBuilder(ByteBuffer buffer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue