We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b4476 commit d94ebe9Copy full SHA for d94ebe9
ruby/ql/lib/codeql/ruby/dataflow/FlowSummary.qll
@@ -46,7 +46,7 @@ module SummaryComponent {
46
47
/**
48
* Gets a summary component that represents an element in a collection at a specific
49
- * known index `cv`, or an uknown index.
+ * known index `cv`, or an unknown index.
50
*/
51
SummaryComponent elementKnownOrUnknown(ConstantValue cv) {
52
result = SC::content(TKnownOrUnknownElementContent(TKnownElementContent(cv)))
0 commit comments