Skip to content

Commit e462fd6

Browse files
committed
Fix typo
1 parent 2d10ef8 commit e462fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/c6200.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void f()
5050

5151
## Heuristics
5252

53-
Code analysis can't always prove whether an array index is in range. This can happen, for example, when the index is computed from a complex expression, including those expressions that use call into other functions. In these cases, code analysis may fall back on other clues to determine the range an array index expression may fall into.
53+
Code analysis can't always prove whether an array index is in range. This can happen, for example, when the index is computed from a complex expression, including those expressions that call into other functions. In these cases, code analysis may fall back on other clues to determine the range an array index expression may fall into.
5454

5555
For example, consider the following function that uses `rand()` in index calculations as a stand-in for a function call that code analysis can't analyze:
5656

0 commit comments

Comments
 (0)