Fix missing 'to' typo

from another cell this cell -> from another cell to this cell
This commit is contained in:
Niko Savola 2021-05-26 10:33:07 +03:00 committed by GitHub
parent feb5e7eece
commit bc16c4ad31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1626,7 +1626,7 @@ Class<db::Cell> decl_Cell ("db", "Cell",
"@brief Moves the shapes from the source to the target layer\n"
"\n"
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
"This method will move shapes within the cell. To move shapes from another cell this cell, "
"This method will move shapes within the cell. To move shapes from another cell to this cell, "
"use the copy method with the cell parameter.\n"
"\n"
"This method has been introduced in version 0.19.\n"
@ -1654,7 +1654,7 @@ Class<db::Cell> decl_Cell ("db", "Cell",
"\n"
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"
"If source are target layer are identical, this method does nothing.\n"
"This method will copy shapes within the cell. To copy shapes from another cell this cell, "
"This method will copy shapes within the cell. To copy shapes from another cell to this cell, "
"use the copy method with the cell parameter.\n"
"\n"
"This method has been introduced in version 0.19.\n"