Skip to content

Commit

Permalink
🐛 fix: typo fix for relationship label (use 'conforms to') (fix #63) (#…
Browse files Browse the repository at this point in the history
…64)

instead of using 'confirms to' as a relationship label use the correct term 'conforms to'

fix #63
  • Loading branch information
MarcoEidinger authored Feb 1, 2023
1 parent fd4b8e9 commit aad174d
Show file tree
Hide file tree
Showing 28 changed files with 36 additions and 35 deletions.
1 change: 1 addition & 0 deletions .assets/exampleDiagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .assets/extensionExamples/.stage2/HideExtensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class "aClass" as aClass << (C, DarkSeaGreen) >> {
~computedProperty : String
~aFunction()
}
aProtocol <|.. aClass : confirms to
aProtocol <|.. aClass : conforms to

@enduml
2 changes: 1 addition & 1 deletion .assets/extensionExamples/.stage2/MergeExtensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ class "aClass" as aClass << (C, DarkSeaGreen) >> {
~anotherComputedProperty : String <&bolt>
~anotherFunction() <&bolt>
}
aProtocol <|.. aClass : confirms to
aProtocol <|.. aClass : conforms to

@enduml
2 changes: 1 addition & 1 deletion .assets/extensionExamples/.stage2/ShowExtensions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class "aClass" as aClass1 << (X, Orchid) extension >> {
~anotherComputedProperty : String
~anotherFunction()
}
aProtocol <|.. aClass : confirms to
aProtocol <|.. aClass : conforms to
aProtocol <.. aProtocol0 : ext
aClass <.. aClass1 : ext
@enduml
2 changes: 1 addition & 1 deletion .assets/extensionExamples/HideExtensions.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit aad174d

Please sign in to comment.