fixed typo in default param value

This commit is contained in:
Louis Heredero 2024-10-02 21:04:40 +02:00
parent 9a6973fb89
commit c5a0cf7ecc
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7

View File

@ -52,13 +52,13 @@
h: none,
name: none,
name-anchor: "center",
ports: (),
ports-margins: (),
ports: (:),
ports-margins: (:),
fill: none,
stroke: black + 1pt,
id: "",
auto-ports: true,
ports-y: (),
ports-y: (:),
debug: (
ports: false
)