aboutsummaryrefslogtreecommitdiff
path: root/man/man3/tomo-List.to.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/tomo-List.to.3')
-rw-r--r--man/man3/tomo-List.to.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man3/tomo-List.to.3 b/man/man3/tomo-List.to.3
index dd1a23a9..5e3e3d77 100644
--- a/man/man3/tomo-List.to.3
+++ b/man/man3/tomo-List.to.3
@@ -19,11 +19,11 @@ Returns a slice of the list from the start of the original list up to a specifie
.TS
allbox;
-lb lb lbx lb
-l l l l.
-Name Type Description Default
-list [T] The original list. -
-last Int The index up to which elements should be included. -
+lb lb lbx
+l l l.
+Name Type Description
+list [T] The original list.
+last Int The index up to which elements should be included.
.TE
.SH RETURN
A new list containing elements from the start up to the specified index.