Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove text no longer valid
remove reference to an exception for uneven columns per row ( no longer true with removal of former restriction five)
  • Loading branch information
tbrowder committed Oct 20, 2016
1 parent 31cf6cb commit 251e333
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/Language/tables.pod6
Expand Up @@ -228,10 +228,8 @@ r1c0 | r1c1
=head1 Ugly Tables
Following are examples of valid tables that are probably intended to
be two columns, but the columns are not aligned well so the tables
will either parse as a single-column table or trigger an exception
depending on whether the table uses WS column separators or visible
column separators.
be two columns, but the columns are not aligned well so each
will parse as a single-column table.
=item Unaligned columns with WS column separators:
Expand Down

0 comments on commit 251e333

Please sign in to comment.