We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e6562 commit 161c05dCopy full SHA for 161c05d
1 file changed
javascript/ql/src/experimental/poi/PoI.qll
@@ -26,7 +26,7 @@
26
* ```
27
* /**
28
* * @kind problem
29
- * *\/
+ * */
30
*
31
* import PoI
32
@@ -93,7 +93,7 @@ private module StandardPoIs {
93
}
94
95
/**
96
- * An unpromoted route handler candidate, with explnatory data flow information.
+ * An unpromoted route handler candidate, with explanatory data flow information.
97
*/
98
class UnpromotedRouteHandlerWithFlowPoI extends PoI {
99
UnpromotedRouteHandlerWithFlowPoI() { this = "UnpromotedRouteHandlerWithFlowPoI" }
@@ -280,7 +280,7 @@ abstract class PoI extends string {
280
* Should be used as:
281
282
283
- * query predicate problems = alertQuery/6;`
+ * query predicate problems = alertQuery/6;
284
285
286
* Or alternatively:
0 commit comments