Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-p committed Jan 28, 2024
1 parent 63ac749 commit f6fb202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/guides/types/arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following array methods are supported on static arrays (note the limitations

## Dynamic Arrays

Dynamic arrays are supported in TEALScript but anything beyond dynamic arrays of static types is very inefficient. For example, `uint64[]` is fairly efficient but `uint64[]` is much less efficient.
Dynamic arrays are supported in TEALScript but anything beyond dynamic arrays of static types is very inefficient. For example, `uint64[]` is fairly efficient but `uint64[][]` is much less efficient.

### Tecnical Explanation

Expand Down

0 comments on commit f6fb202

Please sign in to comment.