Typo fixed

This commit is contained in:
Matthias Koefferlein 2025-05-29 13:31:36 +02:00
parent 98834d8e3b
commit 769b7e9170
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ Class<pex::RExtractorTechVia> decl_RExtractorTechVia ("pex", "RExtractorTechVia"
),
"@brief Describes a via for the network extraction.\n"
"This class is used to describe a via type in the context of "
"the \\RExtractorTech#extract method.\n"
"the \\RExtractorTech class.\n"
"\n"
"This class has been introduced in version 0.30.2."
);
@ -239,7 +239,7 @@ Class<pex::RExtractorTechConductor> decl_RExtractorTechConductor ("pex", "RExtra
),
"@brief Describes a conductor layer for the network extraction.\n"
"This class is used to describe a conductor layer in the context of "
"the \\RExtractorTech#extract method.\n"
"the \\RExtractorTech class.\n"
"\n"
"This class has been introduced in version 0.30.2."
);