Skip to content

Commit dbd6607

Browse files
nickrolfehmac
andauthored
Ruby: use ASCII dash in comment
Co-authored-by: Harry Maclean <hmac@github.com>
1 parent 02dd933 commit dbd6607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/stdlib/Pathname.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module Pathname {
2222
* puts pn.read
2323
* ```
2424
*
25-
* there are three `PathnameInstance`s the call to `Pathname.new`, the
25+
* there are three `PathnameInstance`s - the call to `Pathname.new`, the
2626
* assignment `pn = ...`, and the read access to `pn` on the second line.
2727
*
2828
* Every `PathnameInstance` is considered to be a `FileNameSource`.

0 commit comments

Comments
 (0)