mirror of
https://github.com/lune-org/lune.git
synced 2025-04-03 01:50:55 +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
|
||||
@Method box
|
||||
|
||||
create a box with initial values
|
||||
Create a box with initial values
|
||||
|
||||
@param table The array of field values
|
||||
@return A box
|
||||
|
@ -351,7 +351,7 @@ export type CTypeInfo<T, R> = {
|
|||
@tag Method
|
||||
@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 src The source data
|
||||
|
|
Loading…
Add table
Reference in a new issue