From b9474d55fd6a57589440e962d5bb92183aeb69b7 Mon Sep 17 00:00:00 2001 From: Luke Cartey <5377966+lcartey@users.noreply.github.com> Date: Tue, 15 Oct 2024 12:04:40 +0100 Subject: [PATCH] Update rule_packages/c/Banned2.json Reword description. --- rule_packages/c/Banned2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rule_packages/c/Banned2.json b/rule_packages/c/Banned2.json index 461e269413..3898125d73 100644 --- a/rule_packages/c/Banned2.json +++ b/rule_packages/c/Banned2.json @@ -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 shall not be used", "precision": "very-high",