C++: respond to PR comments on qldoc

This commit is contained in:
Robert Marsh
2020-06-23 09:23:08 -07:00
parent c1eb712841
commit edaa43ab0b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
/**
* Proivdes the `LinkTarget` class representing linker invocations at compile time.
* Proivdes the `LinkTarget` class representing linker invocations during the build process.
*/
import semmle.code.cpp.Class

View File

@@ -1,5 +1,5 @@
/**
* Provides implementation classes modelling `strcat` and various similar functions.
* Provides implementation classes modelling `strcat` and various similar functions.
* See `semmle.code.cpp.models.Models` for usage information.
*/