Skip to content

Commit 077b63c

Browse files
minor content fixes
1 parent 9b7f3de commit 077b63c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/c/concepts/arrays/arrays.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,4 @@ No. The size of an array is fixed once declared. For dynamic sizes, consider usi
214214

215215
### 3. What happens if I access an element out of the array's bounds?
216216

217-
Accessing out-of-bounds elements in an array leads to undefined behavior and can cause unpredictable results or crashes.
217+
Accessing out-of-bounds elements results in undefined behavior and may lead to crashes or incorrect outputs.

0 commit comments

Comments
 (0)