Skip to content

Commit

Permalink
Update rule_packages/c/Banned2.json
Browse files Browse the repository at this point in the history
Reword description.
  • Loading branch information
lcartey authored Oct 15, 2024
1 parent 3520d1b commit b9474d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rule_packages/c/Banned2.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"queries": [
{
"description": "The standard functions rand() and srand() will not give high quality random results in all implementations and is thus banned.",
"description": "The standard functions rand() and srand() will not give high quality random results in all implementations and are therefore banned.",
"kind": "problem",
"name": "The random number generator functions of <stdlib.h> shall not be used",
"precision": "very-high",
Expand Down

0 comments on commit b9474d5

Please sign in to comment.