Ruby: use ASCII dash in comment

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Nick Rolfe
2022-07-18 08:54:58 +01:00
committed by GitHub
parent 02dd933e5f
commit dbd6607875

View File

@@ -22,7 +22,7 @@ module Pathname {
* puts pn.read
* ```
*
* there are three `PathnameInstance`s the call to `Pathname.new`, the
* there are three `PathnameInstance`s - the call to `Pathname.new`, the
* assignment `pn = ...`, and the read access to `pn` on the second line.
*
* Every `PathnameInstance` is considered to be a `FileNameSource`.