1
0
mirror of synced 2026-01-26 20:23:59 +00:00

Fix spelling

This commit is contained in:
Eddie Hung
2019-04-23 08:58:34 -07:00
committed by GitHub
parent c84cdc711c
commit f66792c43a

View File

@@ -370,7 +370,7 @@ Verilog Attributes and non-standard features
- When defining a macro with `define, all text between triple double quotes
is interpreted as macro body, even if it contains unescaped newlines. The
tipple double quotes are removed from the macro body. For example:
triple double quotes are removed from the macro body. For example:
`define MY_MACRO(a, b) """
assign a = 23;