Skip to content

Commit 2a4747b

Browse files
authored
Merge pull request #313 from github/hmac-remove-unicode-char
Remove unicode character from doc string
2 parents 74982cb + 3e100bc commit 2a4747b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/ruby/frameworks/StandardLibrary.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class KernelExecCall extends SystemCommandExecution::Range {
169169
* Ruby documentation: https://docs.ruby-lang.org/en/3.0.0/Kernel.html#method-i-spawn
170170
* TODO: document and handle the env and option arguments.
171171
* ```
172-
* spawn([env,] command... [,options]) pid
172+
* spawn([env,] command... [,options]) -> pid
173173
* ```
174174
*/
175175
class KernelSpawnCall extends SystemCommandExecution::Range {

0 commit comments

Comments
 (0)