Skip to content

Commit f26b380

Browse files
committed
spelling: keyword
Signed-off-by: Josh Soref <[email protected]>
1 parent 2648cb0 commit f26b380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/ApiGraphs.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ module API {
898898
/** Gets the `subclass` edge label. */
899899
LabelSubclass subclass() { any() }
900900

901-
/** Gets the label representing the given keword argument/parameter. */
901+
/** Gets the label representing the given keyword argument/parameter. */
902902
LabelKeywordParameter keywordParameter(string name) { result.getName() = name }
903903

904904
/** Gets the label representing the `n`th positional argument/parameter. */

0 commit comments

Comments
 (0)