From 9c2c56dc6ae24ece6c684409d9a486703408938a Mon Sep 17 00:00:00 2001 From: Peter Shih Date: Wed, 4 Feb 2026 22:12:50 +0800 Subject: [PATCH] Fix typo in comment in idl.h (#8907) Co-authored-by: Justin Davis --- include/flatbuffers/idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/flatbuffers/idl.h b/include/flatbuffers/idl.h index 5a63fa75a..06f93f338 100644 --- a/include/flatbuffers/idl.h +++ b/include/flatbuffers/idl.h @@ -223,7 +223,7 @@ struct Type { uint16_t fixed_length; // only set if t == BASE_TYPE_ARRAY }; -// Represents a parsed scalar value, it's type, and field offset. +// Represents a parsed scalar value, its type, and field offset. struct Value { Value() : constant("0"),