Skip to content

Commit

Permalink
Update drc_basic.xml
Browse files Browse the repository at this point in the history
Fixing report argument.
  • Loading branch information
thomaslima authored Jun 7, 2024
1 parent 5c50bd7 commit bca7a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/doc/manual/drc_basic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit bca7a9c

Please sign in to comment.