Skip to content

Commit

Permalink
Chore: Simplified the diagram according to the error message
Browse files Browse the repository at this point in the history
  • Loading branch information
UO283615 authored Feb 19, 2024
1 parent c17acef commit 1c112b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/src/08_concepts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ class Game {
}
class Ranking << Singleton >> {
class Ranking {
}
User o--> Question
User "1" --> "1" UserStat
User --> UserStat
Game o--> Question
Game "n" --> "n" User
Question "n" --> "n" Answer
Ranking "1" --> "n" User
Game --> User
Question --> Answer
Ranking --> User
@enduml
----
Expand Down

0 comments on commit 1c112b4

Please sign in to comment.