mirror of
https://github.com/lune-org/lune.git
synced 2025-04-07 12:00:56 +01:00
fix
This commit is contained in:
parent
c20ef95d6d
commit
208bfa1bc7
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ export type CTypeInfo<T, R> = {
|
||||||
@tag Method
|
@tag Method
|
||||||
@Method box
|
@Method box
|
||||||
|
|
||||||
create a box with initial values
|
Create a box with initial values
|
||||||
|
|
||||||
@param table The array of field values
|
@param table The array of field values
|
||||||
@return A box
|
@return A box
|
||||||
|
@ -351,7 +351,7 @@ export type CTypeInfo<T, R> = {
|
||||||
@tag Method
|
@tag Method
|
||||||
@Method copyData
|
@Method copyData
|
||||||
|
|
||||||
copy values from the source and paste them into the target.
|
Copy values from the source and paste them into the target.
|
||||||
|
|
||||||
@param destination where the data will be pasted
|
@param destination where the data will be pasted
|
||||||
@param src The source data
|
@param src The source data
|
||||||
|
|
Loading…
Add table
Reference in a new issue