Skip to content

Commit 9d5fc1c

Browse files
authored
Fix typo in dynamically-sized.md
1 parent c943522 commit 9d5fc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glossary/general/dynamically-sized.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Dynamically sized
22

3-
When something is dynamically sized, it meant it is "ever-expanding". It has no fixed size. Whether it is an array or a slice, it can expand as you need it to.
3+
When something is dynamically sized, it means it is "ever-expanding". It has no fixed size. Whether it is an array or a slice, it can expand as you need it to.

0 commit comments

Comments
 (0)