JS: fix more instances of ql/missing-parameter-qldoc

This commit is contained in:
Erik Krogh Kristensen
2021-12-20 13:46:15 +01:00
parent 3762ce2c72
commit daed33f5af
14 changed files with 31 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ import DataFlow::PathGraph
/**
* Gets the name of an unescaped placeholder in a lodash template.
*
* For example, the string `<h1><%= title %></h1>` contains the placeholder `title`.
* For example, the string "<h1><%= title %></h1>" contains the placeholder "title".
*/
bindingset[s]
string getAPlaceholderInString(string s) {