Skip to content

Commit aad174d

Browse files
πŸ› fix: typo fix for relationship label (use 'conforms to') (fix #63) (#64)
instead of using 'confirms to' as a relationship label use the correct term 'conforms to' fix #63
1 parent fd4b8e9 commit aad174d

28 files changed

+36
-35
lines changed

β€Ž.assets/exampleDiagram.svg

+1
Loading

β€Ž.assets/extensionExamples/.stage2/HideExtensions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ class "aClass" as aClass << (C, DarkSeaGreen) >> {
1212
~computedProperty : String
1313
~aFunction()
1414
}
15-
aProtocol <|.. aClass : confirms to
15+
aProtocol <|.. aClass : conforms to
1616

1717
@enduml

β€Ž.assets/extensionExamples/.stage2/MergeExtensions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ class "aClass" as aClass << (C, DarkSeaGreen) >> {
1515
~anotherComputedProperty : String <&bolt>
1616
~anotherFunction() <&bolt>
1717
}
18-
aProtocol <|.. aClass : confirms to
18+
aProtocol <|.. aClass : conforms to
1919

2020
@enduml

β€Ž.assets/extensionExamples/.stage2/ShowExtensions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class "aClass" as aClass1 << (X, Orchid) extension >> {
1919
~anotherComputedProperty : String
2020
~anotherFunction()
2121
}
22-
aProtocol <|.. aClass : confirms to
22+
aProtocol <|.. aClass : conforms to
2323
aProtocol <.. aProtocol0 : ext
2424
aClass <.. aClass1 : ext
2525
@enduml
Loading

0 commit comments

Comments
Β (0)