Skip to content

Commit 05b8a6c

Browse files
hvitvednickrolfe
andauthored
Apply suggestions from code review
Co-authored-by: Nick Rolfe <[email protected]>
1 parent b9b4325 commit 05b8a6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ql/src/codeql_ruby/dataflow/SSA.qll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,15 @@ module Ssa {
299299
* x = 0
300300
* else
301301
* x = 1
302+
* end
302303
* puts x
303304
* ```
304305
*
305306
* a phi node for `x` is inserted just before the call `puts x`.
306307
*/
307308
class PhiNode extends Definition, SsaImplCommon::PhiNode {
308309
/**
309-
* Gets an input of this phi node. Example:
310+
* Gets an input of this phi node.
310311
*
311312
* Example:
312313
*

0 commit comments

Comments
 (0)