Skip to content

Commit 6ce94d0

Browse files
committed
Correcting minor typos in README
1 parent bea39ef commit 6ce94d0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
p6doc -- an attempt to write something like 'perldoc' for Perl 6
22

3-
A HTML version of this documenation can be found at http://doc.perl6.org/
3+
An HTML version of this documentation can be found at http://doc.perl6.org/
44

55
With a Rakudo 'perl6' executable in PATH, try
66

@@ -25,7 +25,7 @@ Here are some ways to help us:
2525
* add usage examples to existing documentation
2626
* proofread and correct the documentation
2727

28-
The file WANTED has a list of particular documents that is known to be
28+
The file WANTED has a list of particular documents that are known to be
2929
missing.
3030

3131
--------
@@ -76,12 +76,13 @@ Wishlist stuff:
7676
the operator. ("p6doc '%%'" returns the documentation for
7777
&infix:<%%>.)
7878

79-
* Perl6 implementations could embed P<...> tags in their source
80-
code that would then inline the corresponding entry from p6doc.
81-
This would enable things like "&say.WHY" to (dynamically!)
82-
retrieve the documentation string from p6doc, without having
79+
* Perl6 implementations could embed P<...> tags in their source
80+
code that would then inline the corresponding entry from p6doc.
81+
This would enable things like "&say.WHY" to (dynamically!)
82+
retrieve the documentation string from p6doc, without having
8383
to duplicate the documentation in the CORE.setting sources
8484
or to encode the documentation into the binaries.
85+
8586
Example:
8687

8788
# In Rakudo's src/core/IO.pm:
@@ -95,4 +96,3 @@ Wishlist stuff:
9596
#= P<p6doc/&note>
9697
sub note(|$) { ... }
9798

98-

0 commit comments

Comments
 (0)