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