Update drc_basic.xml

Fixing report argument.
This commit is contained in:
Thomas Ferreira de Lima 2024-06-07 15:45:41 -04:00 committed by GitHub
parent 5c50bd76e9
commit bca7a9c450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ input(1, 0).sized(200.nm).output(10, 0)</pre>
<pre>
source("input.gds")
report("out.lyrdb")
report("Output Database", "out.lyrdb")
input(1, 0).sized(200.nm).output("sized")</pre>
<p>