Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e01e4b5

Browse files
committed
C++: Fix QLDoc comments.
1 parent 5c1a510 commit e01e4b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • cpp/ql/src/semmle/code/cpp/models/implementations

cpp/ql/src/semmle/code/cpp/models/implementations/StdMap.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class StdMapTryEmplace extends TaintFunction {
9797
}
9898

9999
/**
100-
* The standard map `swap` functions.
100+
* The standard map `swap` function.
101101
*/
102102
class StdMapSwap extends TaintFunction {
103103
StdMapSwap() { this.hasQualifiedName("std", ["map", "unordered_map"], "swap") }
@@ -113,7 +113,7 @@ class StdMapSwap extends TaintFunction {
113113
}
114114

115115
/**
116-
* The standard map `merge` functions.
116+
* The standard map `merge` function.
117117
*/
118118
class StdMapMerge extends TaintFunction {
119119
StdMapMerge() { this.hasQualifiedName("std", ["map", "unordered_map"], "merge") }

0 commit comments

Comments
 (0)