Skip to content

Commit 245236e

Browse files
authored
correct example table
1 parent c61216f commit 245236e

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
@@ -66,10 +66,10 @@ separator in the content portion of the table. For example,
6666
6767
=begin code
6868
=begin table
69-
hdr col 0 | hdr col 1
69+
hdr col 0 | hdr col 1
7070
======================
71-
row 0 | row 0
72-
col 0 | col 1
71+
row 0 col 0 | row 0 col 1
72+
row 1 col 0 | row 1 col 1
7373
=end table
7474
=end code
7575

0 commit comments

Comments
 (0)