mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 12:01:11 +00:00
Fixes spelling mistake in the word position (#8330)
This commit is contained in:
@@ -811,7 +811,7 @@ public struct FlatBufferBuilder {
|
||||
/// *NOTE: Never call this manually*
|
||||
///
|
||||
/// - Parameter element: Element to insert
|
||||
/// - returns: Postion of the Element
|
||||
/// - returns: position of the Element
|
||||
@inline(__always)
|
||||
@discardableResult
|
||||
mutating public func push<T: Scalar>(element: T) -> UOffset {
|
||||
|
||||
Reference in New Issue
Block a user