Skip to content

Commit 3ecbce8

Browse files
Update fixed-size.md
1 parent 43ade44 commit 3ecbce8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/fixed-size.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Fixed Size in MakeCode Arcade
2-
In Microsoft MakeCode Arcade, "fixed size" refers to a data structure with a **static size** that is determined at creation and **cannot be changed later**. This approach is used for data structures like Buffers to ensure predictable memory usage and performance.
1+
# Fixed Size
2+
"Fixed size" refers to a data structure with a **static size** that is determined at creation and **cannot be changed later**. This approach is used for data structures like Buffers to ensure predictable memory usage and performance.

0 commit comments

Comments
 (0)