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 2626 * ```
2727 * /**
2828 * * @kind problem
29- * *\ /
29+ * */
3030 *
3131 * import PoI
3232 *
@@ -93,7 +93,7 @@ private module StandardPoIs {
9393 }
9494
9595 /**
96- * An unpromoted route handler candidate, with explnatory data flow information.
96+ * An unpromoted route handler candidate, with explanatory data flow information.
9797 */
9898 class UnpromotedRouteHandlerWithFlowPoI extends PoI {
9999 UnpromotedRouteHandlerWithFlowPoI ( ) { this = "UnpromotedRouteHandlerWithFlowPoI" }
@@ -280,7 +280,7 @@ abstract class PoI extends string {
280280 * Should be used as:
281281 *
282282 * ```
283- * query predicate problems = alertQuery/6;`
283+ * query predicate problems = alertQuery/6;
284284 * ```
285285 *
286286 * Or alternatively:
You can’t perform that action at this time.
0 commit comments