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 02dd933 commit dbd6607Copy full SHA for dbd6607
ruby/ql/lib/codeql/ruby/frameworks/stdlib/Pathname.qll
@@ -22,7 +22,7 @@ module Pathname {
22
* puts pn.read
23
* ```
24
*
25
- * there are three `PathnameInstance`s – the call to `Pathname.new`, the
+ * there are three `PathnameInstance`s - the call to `Pathname.new`, the
26
* assignment `pn = ...`, and the read access to `pn` on the second line.
27
28
* Every `PathnameInstance` is considered to be a `FileNameSource`.
0 commit comments