mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 04:33:23 +00:00
[TS/JS] BigInt implementation (#6998)
* BigInt implementation * Unit test reading long from existing bytebuffer * Code review
This commit is contained in:
@@ -918,7 +918,7 @@ CheckedError Parser::ParseField(StructDef &struct_def) {
|
||||
}
|
||||
if (!SupportsOptionalScalars()) {
|
||||
return Error(
|
||||
"Optional scalars are not yet supported in at least one the of "
|
||||
"Optional scalars are not yet supported in at least one of "
|
||||
"the specified programming languages.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user