Skip to content

Commit 67a5fe7

Browse files
authored
Closed #1994
Didnt see more spaces at the end of lines
1 parent 5839117 commit 67a5fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ execution path.
2929

3030
## Use p6doc
3131

32-
With a Rakudo `perl6` executable in the `PATH`, try
32+
With a Rakudo `perl6` executable in the `PATH`, try:
3333

3434
$ ./bin/p6doc Str
3535

36-
to see the documentation for class `Str`, or
36+
to see the documentation for class `Str`, or:
3737

3838
$ ./bin/p6doc Str.split
3939

4040
to see the documentation for method `split` in class `Str`. You can
4141
skip the `./bin` part if you have installed it via
42-
`zef`. You can also do
42+
`zef`. You can also do:
4343

4444
$ p6doc -f slurp
4545

0 commit comments

Comments
 (0)