Skip to content

Commit e622af2

Browse files
authored
Add clarifier to what t is.
1 parent 8b65eed commit e622af2

File tree

1 file changed

+1
-1
lines changed
  • content/en-us/reference/engine/libraries

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/libraries/table.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ functions:
345345
Copies the specified range of elements from one table to another.
346346
description: |
347347
Copies elements in table `src` from `src[a]` up to `src[b]` into table
348-
`dst` starting at `t`. Equivalent to the statement
348+
`dst` starting at index `t`. Equivalent to the assignment statement
349349
`dst[t], ..., dst[t + (b - a)] = src[a], ..., src[b]`.
350350
351351
The default for `dst` is `src`. The destination range may overlap with the

0 commit comments

Comments
 (0)