File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
javascript/ql/src/experimental/poi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
* ```
27
27
* /**
28
28
* * @kind problem
29
- * *\ /
29
+ * */
30
30
*
31
31
* import PoI
32
32
*
@@ -93,7 +93,7 @@ private module StandardPoIs {
93
93
}
94
94
95
95
/**
96
- * An unpromoted route handler candidate, with explnatory data flow information.
96
+ * An unpromoted route handler candidate, with explanatory data flow information.
97
97
*/
98
98
class UnpromotedRouteHandlerWithFlowPoI extends PoI {
99
99
UnpromotedRouteHandlerWithFlowPoI ( ) { this = "UnpromotedRouteHandlerWithFlowPoI" }
@@ -280,7 +280,7 @@ abstract class PoI extends string {
280
280
* Should be used as:
281
281
*
282
282
* ```
283
- * query predicate problems = alertQuery/6;`
283
+ * query predicate problems = alertQuery/6;
284
284
* ```
285
285
*
286
286
* Or alternatively:
You can’t perform that action at this time.
0 commit comments