Skip to content

Commit d09696b

Browse files
authored
Fix spelling mistake in FlatBufferBuilder.cs doc comments (#8120)
No change to code. Very simple spelling mistake/typo fix.
1 parent a228e8c commit d09696b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/FlatBuffers/FlatBufferBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public FlatBufferBuilder(int initialSize)
6767
}
6868

6969
/// <summary>
70-
/// Create a FlatBufferBuilder backed by the pased in ByteBuffer
70+
/// Create a FlatBufferBuilder backed by the passed in ByteBuffer
7171
/// </summary>
7272
/// <param name="buffer">The ByteBuffer to write to</param>
7373
public FlatBufferBuilder(ByteBuffer buffer)

0 commit comments

Comments
 (0)