Skip to content

Commit e07e6c9

Browse files
authored
Merge pull request #10382 from RasmusWL/ruby-typo-fix
Ruby: Fix typo in QLDoc
2 parents bb3753a + 03cc4a2 commit e07e6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ private module ParameterNodes {
613613
* where direct keyword matching is possible, since we construct a synthesized hash
614614
* splat argument (`SynthHashSplatArgumentNode`) at the call site, which means that
615615
* `taint(1)` will flow into `p1` both via normal keyword matching and via the synthesized
616-
* nodes (and similarly for `p2`). However, this redunancy is OK since
616+
* nodes (and similarly for `p2`). However, this redundancy is OK since
617617
* (a) it means that type-tracking through keyword arguments also works in most cases,
618618
* (b) read/store steps can be avoided when direct keyword matching is possible, and
619619
* hence access path limits are not a concern, and

0 commit comments

Comments
 (0)