Skip to content

Commit 6e1b761

Browse files
authored
[nfc] Typo in grammar: Should be circuit_component_reg, not conditional_reg. (#158)
1 parent dcd6318 commit 6e1b761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3518,7 +3518,7 @@ circuit_component_node = "node" , id , "=" , expr , [ info ] ;
35183518
circuit_component_wire = "wire" , id , ":" , type , [ info ] ;
35193519
circuit_component_inst = "inst" , id , "of" , id , [ info ] ;
35203520
3521-
conditional_reg =
3521+
circuit_component_reg =
35223522
"reg" , id , ":" , type , expr , [ info ]
35233523
| "regreset" , id , ":" , type , "," , expr , "," , expr , "," , expr , [info] ;
35243524

0 commit comments

Comments
 (0)