From ee74ec1ce61e172046809d1e0682ab193fc12993 Mon Sep 17 00:00:00 2001 From: Vladimir Sadov Date: Thu, 19 Sep 2024 16:16:39 -0700 Subject: [PATCH] about readonly field --- docs/design/features/InlineArrayAttribute.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/design/features/InlineArrayAttribute.md b/docs/design/features/InlineArrayAttribute.md index f37ab60531f94..448f9f73919c8 100644 --- a/docs/design/features/InlineArrayAttribute.md +++ b/docs/design/features/InlineArrayAttribute.md @@ -55,7 +55,8 @@ TBD ### Special note on scenario when the element is readonly. -TBD +There is a scenario where the element field in a struct decorated with `InlineArrayAttribute` is `readonly`. +The `readonly` part in such scenario has no special semantics and as such the scenario is unsupported and is not recommended. ### FAQ: