Fix documentation typo in gsiDeclDbCell.cc

This commit is contained in:
Niko Savola 2021-05-21 14:35:21 +03:00 committed by GitHub
parent 85eee4d6cc
commit feb5e7eece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1635,7 +1635,7 @@ Class<db::Cell> decl_Cell ("db", "Cell",
"@param dest The layer index of the destination layer\n"
) +
gsi::method_ext ("move", &move_from_other_cell, gsi::arg ("src_cell"), gsi::arg ("src_layer"), gsi::arg ("dest"),
"@brief Moves shapes from another cell to the target layern this cell\n"
"@brief Moves shapes from another cell to the target layer in this cell\n"
"\n"
"This method will move all shapes on layer 'src_layer' of cell 'src_cell' to the layer 'dest' of this cell.\n"
"The destination layer is not overwritten. Instead, the shapes are added to the shapes of the destination layer.\n"