Skip to content

Commit 3ce5bf6

Browse files
committed
modified grammar
1 parent 5ed2f59 commit 3ce5bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
// This a not gate module
1+
// This is a not gate module
22
module not_gate ( input in, output out);
33
// Insert code here
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This a not gate module
1+
// This is a not gate module
22
module not_gate ( input in, output out);
33
// Invert input when assigning to output
44
// Insert code here

dataset/testbench/hdlbits/basics3/prompt3_inverter.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This a not gate module
1+
// This is a not gate module
22
module not_gate ( input in, output out);
33
// Invert input while assigning to output
44
// Use the invert symbol (~)

0 commit comments

Comments
 (0)