aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorJohn Gabriele <jgabriele@fastmail.fm>2021-10-30 21:25:43 -0400
committerGitHub <noreply@github.com>2021-10-30 21:25:43 -0400
commit590de0bdee3decdda91806b2339817e587b95beb (patch)
tree267dd0086bce1ac23cf8b27b7f2a3ba6e65441e9 /doc
parentdoc example for misc/print-table (diff)
Update misc.mdz
Better wording.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc.mdz3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc.mdz b/doc/misc.mdz
index 1e97599..f4020e0 100644
--- a/doc/misc.mdz
+++ b/doc/misc.mdz
@@ -37,7 +37,8 @@ x => @[3 5]
## `print-table`
-Given a table or struct, print it to stdout in a human-readable tabular
+Given a list of tables containing column keys with corresponding row
+values, print its content to stdout in a human-readable tabular
layout. For example:
@codeblock[janet]```