From 6e5cc0bca8a34d09bc89683edf5deff0d9ab4573 Mon Sep 17 00:00:00 2001 From: Peter Shih Date: Tue, 20 Jan 2026 17:02:08 +0800 Subject: [PATCH] Fix typo in comment in idl.h --- 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 3e35b48be2c..697aef7ce11 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"),