Skip to content

Commit edaa43a

Browse files
committed
C++: respond to PR comments on qldoc
1 parent c1eb712 commit edaa43a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpp/ql/src/semmle/code/cpp/Linkage.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Proivdes the `LinkTarget` class representing linker invocations at compile time.
2+
* Proivdes the `LinkTarget` class representing linker invocations during the build process.
33
*/
44

55
import semmle.code.cpp.Class

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Provides implementation classes modelling `strcat` and various similar functions.
2+
* Provides implementation classes modelling `strcat` and various similar functions.
33
* See `semmle.code.cpp.models.Models` for usage information.
44
*/
55

0 commit comments

Comments
 (0)