Skip to content

Commit 1038e87

Browse files
committed
use non-breaking spaces
1 parent 8c929d9 commit 1038e87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/tables.pod6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ in something different than the user expects).
1818
1919
=head1 Restrictions
2020
21-
1. The only valid column separators are either visible (V<' | '> or V<' + '>)
21+
1. The only valid column separators are either visible (V<' | '> or V<' + '>)
2222
(note at least one space is required before and after the visible column
2323
separators) or invisible [two or more contiguous whitespace (WS)
24-
characters (e.g., V<' '>)]. Column separators are not normally recognized
24+
characters (e.g., V<'  '>)]. Column separators are not normally recognized
2525
as such at the left or right side of a table, but one on the right side may
2626
result in one or more empty cells depending upon the number of the cells in
2727
other rows. (Note that currently a pipe or plus character meant as part of cell
@@ -30,7 +30,7 @@ data will result in an unintentended extra column.)
3030
2. Mixing visible and invisible column separators in the same table is
3131
illegal.
3232
33-
3. The only valid row separator characters are V<'_'>, V<'-'>, V<'+'>, V<' '>,
33+
3. The only valid row separator characters are V<'_'>, V<'-'>, V<'+'>, V<' '>,
3434
V<'|'>, and V<'='>.
3535
3636
4. Consecutive interior row-separator lines are illegal.

0 commit comments

Comments
 (0)