Skip to content

Commit

Permalink
[Docs] Add the missing JSON colon to the FIRRTL annotations example
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Feb 24, 2024
1 parent 84a7c8b commit d71d38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Dialects/FIRRTL/FIRRTLAnnotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ indicate to the compiler that a wire "foo" should not be optimized away.
```json
{
"class":"firrtl.transforms.DontTouchAnnotation",
"target""~MyCircuit|MyModule>foo"
"target":"~MyCircuit|MyModule>foo"
}
```

Expand Down

0 comments on commit d71d38f

Please sign in to comment.