diff --git a/src/lay/lay/doc/manual/drc_runsets.xml b/src/lay/lay/doc/manual/drc_runsets.xml index d887d7788..57ede77ad 100644 --- a/src/lay/lay/doc/manual/drc_runsets.xml +++ b/src/lay/lay/doc/manual/drc_runsets.xml @@ -602,7 +602,7 @@ overlaps = layer.size(0.2).raw.merged(2) While the runset is executed, a log is written that lists the methods and their execution times. The log is enabled using the verbose function. The log and info functions - allows enterin additional information into the log. "info" will enter the message if verbose mode is enabled. + allows entering additional information into the log. "info" will enter the message if verbose mode is enabled. "log" will enter the message always. silent is equivalent to "verbose(false)".

@@ -618,7 +618,7 @@ overlaps = layer.size(0.2).raw.merged(2)
   ...
   drc_w = input(1, 0).width(0.2)
-  log("Number of width violations: #{drc_w.size}")
+  log("Number of width violations: #{drc_w.data.size}")
   ...