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 2648cb0 commit f26b380Copy full SHA for f26b380
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -898,7 +898,7 @@ module API {
898
/** Gets the `subclass` edge label. */
899
LabelSubclass subclass() { any() }
900
901
- /** Gets the label representing the given keword argument/parameter. */
+ /** Gets the label representing the given keyword argument/parameter. */
902
LabelKeywordParameter keywordParameter(string name) { result.getName() = name }
903
904
/** Gets the label representing the `n`th positional argument/parameter. */
0 commit comments