Skip to content

Commit 54c968c

Browse files
committed
[DOCS] Reorder some lines in the class diagram (part 12)
This is in preparation for #1298.
1 parent 45ae185 commit 54c968c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -783,13 +783,13 @@ classDiagram
783783
Exception <|-- SourceException: inheritance
784784
Positionable <|.. SourceException: realization
785785
URL ..> CSSString: dependency
786-
786+
PrimitiveValue <|-- URL: inheritance
787787
UnexpectedTokenException <|-- UnexpectedEOFException: inheritance
788788
SourceException <|-- UnexpectedTokenException: inheritance
789-
PrimitiveValue <|-- URL: inheritance
790-
Value <|-- ValueList: inheritance
791789
CSSElement <|.. Value: realization
792790
Positionable <|.. Value: realization
791+
792+
Value <|-- ValueList: inheritance
793793
CSSList ..> CSSList: dependency
794794
CSSList ..> Comment: dependency
795795
CSSList ..> RuleSet: dependency

0 commit comments

Comments
 (0)