Skip to content

Commit

Permalink
[Docs] Fixed typo in VerilogGeneration.md (#6394)
Browse files Browse the repository at this point in the history
Fixed typo in VerilogGeneration.md
  • Loading branch information
dobios authored Nov 8, 2023
1 parent e49b521 commit 1ea76ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/VerilogGeneration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ this case, what length of lines the emitter should aim for (e.g. 80 columns
wide, 120 wide, etc), and whether the emitter is allowed to use `automatic
logic` declarations in nested blocks or not.

The defaults in `LoweringOptions` are set up to generate aethetically pleasing
The defaults in `LoweringOptions` are set up to generate aesthetically pleasing
output, and to use the modern features of SystemVerilog where possible. Client
tools and frontends can change these, e.g. if they need to generate standard
Verilog for older tools.
Expand Down

0 comments on commit 1ea76ba

Please sign in to comment.