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: