Skip to content

Commit 67d3d39

Browse files
authored
[DOCS] Fix class list in class diagram (#1301)
- adapt the sorting to how the diagram generator sorts - add `SpecificityCalculator` which had been missing
1 parent 1814dd7 commit 67d3d39

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,12 +713,14 @@ classDiagram
713713
}
714714
class SourceException {
715715
}
716+
class SpecificityCalculator {
717+
}
718+
class URL {
719+
}
716720
class UnexpectedEOFException {
717721
}
718722
class UnexpectedTokenException {
719723
}
720-
class URL {
721-
}
722724
class Value {
723725
<<abstract>>
724726
}

0 commit comments

Comments
 (0)