Skip to content

Commit

Permalink
linter failure (hopefully the last one)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov authored Sep 20, 2024
1 parent 4eb69fb commit d11b7c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/design/features/InlineArrayAttribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Generally this is a very large size imposed by the type system implementation an

### Special note on scenario when the element is readonly.

There is a scenario where the element field in a struct decorated with `InlineArrayAttribute` is `readonly`.
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:
Expand Down

0 comments on commit d11b7c4

Please sign in to comment.