Skip to content

Commit 161c05d

Browse files
esbenaerik-krogh
andauthored
Apply suggestions from code review
Co-Authored-By: Erik Krogh Kristensen <[email protected]>
1 parent a0e6562 commit 161c05d

File tree

1 file changed

+3
-3
lines changed
  • javascript/ql/src/experimental/poi

1 file changed

+3
-3
lines changed

javascript/ql/src/experimental/poi/PoI.qll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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:

0 commit comments

Comments
 (0)