Skip to content

Commit dd021fd

Browse files
authored
Merge pull request #18339 from jketema/typo
C++: Remove duplicate word from change note
2 parents 772b972 + 757d5d6 commit dd021fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
### Minor Analysis Improvements
88

9-
* The "Call to function with fewer arguments than declared parameters" query (`cpp/too-few-arguments`) query no longer produces results if the function has been implicitly declared.
9+
* The "Call to function with fewer arguments than declared parameters" query (`cpp/too-few-arguments`) no longer produces results if the function has been implicitly declared.
1010

1111
## 1.2.7
1212

cpp/ql/src/change-notes/released/1.3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
### Minor Analysis Improvements
88

9-
* The "Call to function with fewer arguments than declared parameters" query (`cpp/too-few-arguments`) query no longer produces results if the function has been implicitly declared.
9+
* The "Call to function with fewer arguments than declared parameters" query (`cpp/too-few-arguments`) no longer produces results if the function has been implicitly declared.

0 commit comments

Comments
 (0)