Skip to content

Commit 0b1c045

Browse files
committed
[TASK] Fix type "abstruct" in the class diagram (again)
This ends the abstruction of the class diagram. These typos in the class diagram were caused by a typo in the Mermaid generation tool, which is now fixed. https://github.com/tasuku43/php-mermaid-class-diagram/releases
1 parent c4dbc10 commit 0b1c045

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ classDiagram
629629
class DeclarationBlock {
630630
}
631631
class RuleSet {
632-
<<abstruct>>
632+
<<abstract>>
633633
}
634634
class AtRuleSet {
635635
}
@@ -669,12 +669,12 @@ classDiagram
669669
class Anchor {
670670
}
671671
class CSSBlockList {
672-
<<abstruct>>
672+
<<abstract>>
673673
}
674674
class Document {
675675
}
676676
class CSSList {
677-
<<abstruct>>
677+
<<abstract>>
678678
}
679679
class KeyFrame {
680680
}
@@ -687,21 +687,21 @@ classDiagram
687687
class CalcRuleValueList {
688688
}
689689
class ValueList {
690-
<<abstruct>>
690+
<<abstract>>
691691
}
692692
class CalcFunction {
693693
}
694694
class LineName {
695695
}
696696
class Value {
697-
<<abstruct>>
697+
<<abstract>>
698698
}
699699
class Size {
700700
}
701701
class CSSString {
702702
}
703703
class PrimitiveValue {
704-
<<abstruct>>
704+
<<abstract>>
705705
}
706706
class CSSFunction {
707707
}

0 commit comments

Comments
 (0)