Skip to content

Commit 8defd15

Browse files
committed
update
1 parent 6e82e72 commit 8defd15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module simple (
1515
out
1616
);
1717
18-
// Primary inputs
18+
// primary inputs
1919
input input1;
2020
input input2;
2121
input input3;
@@ -24,12 +24,12 @@ wire input1;
2424
wire input2;
2525
wire input3;
2626
27-
// Primary output
27+
// primary output
2828
output out;
2929
3030
wire out;
3131
32-
// Wires
32+
// wires
3333
wire w1;
3434
wire w2;
3535
wire w3;

0 commit comments

Comments
 (0)