Skip to content

Commit 3a71ed2

Browse files
committed
Fixing rules description
1 parent 5b619c5 commit 3a71ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

c/misra/src/rules/RULE-17-5/ArrayFunctionArgumentNumberOfElements.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/array-function-argument-number-of-elements
33
* @name RULE-17-5: An array founction argument shall have an appropriate number of elements
44
* @description The function argument corresponding to an array parameter shall have an appropriate
5-
* number of elements
5+
* number of elements.
66
* @kind problem
77
* @precision high
88
* @problem.severity error

c/misra/src/rules/RULE-17-7/ValueReturnedByAFunctionNotUsed.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @id c/misra/value-returned-by-a-function-not-used
33
* @name RULE-17-7: Return values should be used or cast to void
44
* @description The value returned by a function having non-void return type shall be used or cast
5-
* to void
5+
* to void.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity error

0 commit comments

Comments
 (0)