Skip to content

Commit 21be741

Browse files
committed
[DOC] Fix quoting
1 parent 83a2860 commit 21be741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ruby/options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ $ ruby -n -e 'p $_' desiderata.txt
302302
"be on good terms with all persons.\n"
303303
```
304304

305-
With option `-l' (chopped):
305+
With option `-l` (chopped):
306306

307307
```console
308308
$ ruby -ln -e 'p $_' desiderata.txt

0 commit comments

Comments
 (0)