Skip to content

Commit 2da45b5

Browse files
authored
Slight additional editing for clarity and correctness
1 parent 1b63b98 commit 2da45b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Language/tables.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ of the table. For example,
8686
=end table
8787
=end code
8888
89-
5. For tables with many rows and no multi-line content, blank line row
90-
separators are fine. However, with one or more rows with multi-line
91-
content, it is easier to ensure proper results by using a visible row
92-
separator line between every content row.
89+
5. For tables with many rows and no multi-line content, using no row
90+
separators is fine. However, with one or more rows with multi-line
91+
content, it is easier to ensure proper results by using a row
92+
separator line (visible or invisible) between every content row.
9393
9494
=head1 Good Tables
9595
@@ -195,7 +195,7 @@ Following are examples of invalid (Bad) tables, and they should
195195
trigger an unhandled exception during parsing. They are taken from
196196
tests used in the table-pod-fix project mentioned above. After
197197
acceptance of the project's code into the Rakudo source, they will be
198-
added to the current C<Specification Tests>. Note they may not trigge
198+
added to the current C<Specification Tests>. Note they may not trigger
199199
an exception at the moment, but they will after the project's code is
200200
integrated.
201201

0 commit comments

Comments
 (0)