[DOC] Fix quoting

This commit is contained in:
Nobuyoshi Nakada 2025-08-14 13:06:38 +09:00
parent 83a2860484
commit 21be7417d5
No known key found for this signature in database
GPG key ID: 3582D74E1FEE4465

View file

@ -302,7 +302,7 @@ $ ruby -n -e 'p $_' desiderata.txt
"be on good terms with all persons.\n" "be on good terms with all persons.\n"
``` ```
With option `-l' (chopped): With option `-l` (chopped):
```console ```console
$ ruby -ln -e 'p $_' desiderata.txt $ ruby -ln -e 'p $_' desiderata.txt