diff --git a/src/doc/doc/about/drc_ref_netter.xml b/src/doc/doc/about/drc_ref_netter.xml index 4ffc860eb..e299ae380 100644 --- a/src/doc/doc/about/drc_ref_netter.xml +++ b/src/doc/doc/about/drc_ref_netter.xml @@ -447,7 +447,7 @@ name(poly_wiring, "poly_wiring")

Names must be assigned before the layers are used for the first time in connect, soft_connect, connect_global, soft_connect_global and -extract_devices statements. +extract_devices statements.

If layers are not named, they will be given a name made from the name_prefix and an incremental number when the layer is used for the diff --git a/src/drc/drc/built-in-macros/_drc_netter.rb b/src/drc/drc/built-in-macros/_drc_netter.rb index 4a3b023f9..2e5be7906 100644 --- a/src/drc/drc/built-in-macros/_drc_netter.rb +++ b/src/drc/drc/built-in-macros/_drc_netter.rb @@ -317,7 +317,7 @@ module DRC # # Names must be assigned before the layers are used for the first time # in \connect, \soft_connect, \connect_global, \soft_connect_global and - # extract_devices statements. + # \extract_devices statements. # # If layers are not named, they will be given a name made from the # \name_prefix and an incremental number when the layer is used for the