File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ of the table. For example,
86
86
= end table
87
87
= end code
88
88
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.
93
93
94
94
= head1 Good Tables
95
95
@@ -195,7 +195,7 @@ Following are examples of invalid (Bad) tables, and they should
195
195
trigger an unhandled exception during parsing. They are taken from
196
196
tests used in the table-pod-fix project mentioned above. After
197
197
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
199
199
an exception at the moment, but they will after the project's code is
200
200
integrated.
201
201
You can’t perform that action at this time.
0 commit comments