From a00644247c77ba02a69b34e9b9ee8fc8ec10062c Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Mon, 7 Jul 2025 23:08:41 +0200 Subject: [PATCH] [DOCS] Reorder some lines in the class diagram (part 13) This is in preparation for #1298. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ffdabf6..29253a34 100644 --- a/README.md +++ b/README.md @@ -788,8 +788,8 @@ classDiagram SourceException <|-- UnexpectedTokenException: inheritance CSSElement <|.. Value: realization Positionable <|.. Value: realization - Value <|-- ValueList: inheritance + CSSList ..> CSSList: dependency CSSList ..> Comment: dependency CSSList ..> RuleSet: dependency