From eb5476a52a07d6767a98196e763e743124ef4552 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 5 Mar 2024 09:50:34 +0100 Subject: [PATCH] [TASK] Fix typo "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 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e9cde784..116f8911 100644 --- a/README.md +++ b/README.md @@ -629,7 +629,7 @@ classDiagram class DeclarationBlock { } class RuleSet { - <> + <> } class AtRuleSet { } @@ -669,12 +669,12 @@ classDiagram class Anchor { } class CSSBlockList { - <> + <> } class Document { } class CSSList { - <> + <> } class KeyFrame { } @@ -687,21 +687,21 @@ classDiagram class CalcRuleValueList { } class ValueList { - <> + <> } class CalcFunction { } class LineName { } class Value { - <> + <> } class Size { } class CSSString { } class PrimitiveValue { - <> + <> } class CSSFunction { }