Skip to content

Commit d94ebe9

Browse files
committed
spelling: unknown
Signed-off-by: Josh Soref <[email protected]>
1 parent e1b4476 commit d94ebe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/FlowSummary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ module SummaryComponent {
4646

4747
/**
4848
* Gets a summary component that represents an element in a collection at a specific
49-
* known index `cv`, or an uknown index.
49+
* known index `cv`, or an unknown index.
5050
*/
5151
SummaryComponent elementKnownOrUnknown(ConstantValue cv) {
5252
result = SC::content(TKnownOrUnknownElementContent(TKnownElementContent(cv)))

0 commit comments

Comments
 (0)