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.
2 parents 74982cb + 3e100bc commit 2a4747bCopy full SHA for 2a4747b
ql/lib/codeql/ruby/frameworks/StandardLibrary.qll
@@ -169,7 +169,7 @@ class KernelExecCall extends SystemCommandExecution::Range {
169
* Ruby documentation: https://docs.ruby-lang.org/en/3.0.0/Kernel.html#method-i-spawn
170
* TODO: document and handle the env and option arguments.
171
* ```
172
- * spawn([env,] command... [,options]) → pid
+ * spawn([env,] command... [,options]) -> pid
173
174
*/
175
class KernelSpawnCall extends SystemCommandExecution::Range {
0 commit comments