mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-01 21:03:58 +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:
@@ -67,7 +67,7 @@ namespace Google.FlatBuffers
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Create a FlatBufferBuilder backed by the pased in ByteBuffer
|
/// Create a FlatBufferBuilder backed by the passed in ByteBuffer
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="buffer">The ByteBuffer to write to</param>
|
/// <param name="buffer">The ByteBuffer to write to</param>
|
||||||
public FlatBufferBuilder(ByteBuffer buffer)
|
public FlatBufferBuilder(ByteBuffer buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user